Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kristoff-it committed Jun 13, 2019
1 parent 1215200 commit c9bad4c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,12 @@ operates at the same abstraction level (i.e. no gc, explicit memory management,
pointers, etc). Zig can compile C code and Zig shared object files can be used
in a normal C compilation process.


### It doesn't manage memory
All memory allocation/freeing is done by the caller. This makes this library suitable
for embedding in any kind of ecosystem. For example, take a look at
[kristoff-it/redis-cuckoofilter](https://github.com/kristoff-it/redis-cuckoofilter).


Using zig-cuckoofilter from C or other languages (Python, Go, JavaScript, ...)
------------------------------------------------------------------------------

Expand Down

0 comments on commit c9bad4c

Please sign in to comment.