f-stack/adapter
fengbojiang 3e1a3d8082 Add README.md。 2023-05-03 23:23:09 +08:00
..
micro_thread move /app/micro_thread to adapter/micro_thread. 2023-05-03 17:06:40 +08:00
syscall Add README.md。 2023-05-03 23:23:09 +08:00
README.md Add adapter/README.md. 2023-05-03 17:16:01 +08:00

README.md

This directory stores some adapters based on the F-Stack lib library, currently includes micro_thread and syscall.

micro_thread

Provides micro thread interface. Various applications with stateful applications can easily use F-Stack to get high performance without processing complex asynchronous logic.

syscall

Hijack Linux kernel syscall with f-stack api, can use LD_PRELOAD to support existing applications, such as Nginx.

It also can support f-stack and kernel stack at the same time.