Skip to content

Commit c9bad4c

Browse files
authored
Update README.md
1 parent 1215200 commit c9bad4c

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,12 @@ operates at the same abstraction level (i.e. no gc, explicit memory management,
5757
pointers, etc). Zig can compile C code and Zig shared object files can be used
5858
in a normal C compilation process.
5959

60-
60+
### It doesn't manage memory
61+
All memory allocation/freeing is done by the caller. This makes this library suitable
62+
for embedding in any kind of ecosystem. For example, take a look at
63+
[kristoff-it/redis-cuckoofilter](https://github.com/kristoff-it/redis-cuckoofilter).
64+
65+
6166
Using zig-cuckoofilter from C or other languages (Python, Go, JavaScript, ...)
6267
------------------------------------------------------------------------------
6368

0 commit comments

Comments
 (0)