faabric icon indicating copy to clipboard operation
faabric copied to clipboard

Messaging and state layer for distributed serverless applications

Results 13 faabric issues
Sort by recently updated
recently updated
newest added

Many of our APIs have a `const vector` passed by reference (i.e. `const std::vector &`). We can make these APIs more flexible (i.e. able to take a wider range of...

Swap out the global allocator for something faster (especially for multithreaded scenarios) like: - [`mimalloc`](https://github.com/microsoft/mimalloc) - [`rpmalloc`](https://github.com/mjansson/rpmalloc) (potentially slower than newer mimalloc in benchmarks) Might be good to build one...