f-stack/adapter
fengbojiang 3cd0ab86b6 1. Reduce the number of locks with dirty read first, and then try to lock sc and real read. QPS:360k -> 380k.
2. memory alignment. QPS:380k -> 400k.
2023-04-14 14:37:15 +08:00
..
Makefile Modify FF_SOCKET_THREAD disable by default. 2023-04-07 13:44:41 +08:00
ff_adapter.h Support timeout is NULL or 0 in libffsyscall.so. 2023-04-12 12:00:53 +08:00
ff_declare_syscalls.h Add adapter for LD_PRELOAD, TBC. 2023-04-06 15:02:39 +08:00
ff_hook_syscall.c 1. Reduce the number of locks with dirty read first, and then try to lock sc and real read. QPS:360k -> 380k. 2023-04-14 14:37:15 +08:00
ff_hook_syscall.h 1. Add kevent demo, need link libff_syscall.so, not LD_PRELOAD. 2023-04-07 20:39:31 +08:00
ff_linux_syscall.c Add adapter for LD_PRELOAD, TBC. 2023-04-06 15:02:39 +08:00
ff_linux_syscall.h Add adapter for LD_PRELOAD, TBC. 2023-04-06 15:02:39 +08:00
ff_so_zone.c 1. Reduce the number of locks with dirty read first, and then try to lock sc and real read. QPS:360k -> 380k. 2023-04-14 14:37:15 +08:00
ff_socket_ops.c 1. Reduce the number of locks with dirty read first, and then try to lock sc and real read. QPS:360k -> 380k. 2023-04-14 14:37:15 +08:00
ff_socket_ops.h 1. Reduce the number of locks with dirty read first, and then try to lock sc and real read. QPS:360k -> 380k. 2023-04-14 14:37:15 +08:00
ff_sysproto.h Add adapter for LD_PRELOAD, TBC. 2023-04-06 15:02:39 +08:00
fstack.c Add adapter for LD_PRELOAD, TBC. 2023-04-06 15:02:39 +08:00