Skip to content

Commit ca7ff6c

Browse files
Merge pull request #18 from target/aaronriekenberg-patch-7
Update README.md
2 parents 9244efc + 3b8d54f commit ca7ff6c

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)