mirror of
https://github.com/c-cube/tiny_httpd.git
synced 2025-12-05 19:00:32 -05:00
doc: add note on jemalloc in the readme
This commit is contained in:
parent
aa35e324e6
commit
ee1b597876
1 changed files with 3 additions and 0 deletions
|
|
@ -5,6 +5,9 @@ Minimal HTTP server using good old threads and `Scanf` for routing.
|
|||
|
||||
Free from all forms of `ppx`, async monads, etc.
|
||||
|
||||
**Note**: it can be useful to add the `jemalloc` opam package for long running
|
||||
server, as it does a good job at controlling memory usage.
|
||||
|
||||
The basic echo server from `src/examples/echo.ml`:
|
||||
|
||||
```ocaml
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue