Skip to content

Commit 3b8d54f

Browse files
Update README.md
1 parent 9244efc commit 3b8d54f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# native_memory_allocator
22

3-
A library which uses sun.misc.Unsafe to allocate off-heap native memory.
3+
O(1) malloc for off-heap storage in Kotlin, and a NativeMemoryMap based on [Caffeine](https://github.com/ben-manes/caffeine) so you don't have to call it directly.
44

55
## Motivation
66

0 commit comments

Comments
 (0)