Skip to content

Commit fba9a41

Browse files
Update README.md
1 parent 05e2563 commit fba9a41

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,5 +1,5 @@
11
# Readme:
2-
Fast unsafe collections(generated at build time with Roslyn Generator) for memory reuse by stack type. Can also be used in as classic collection with resizing or on a custom memory allocator(constructor with `void*`), then it's your responsibility to make sure the pointer is correct.
2+
Fast unsafe collections for memory reuse by stack type. Adding elements without overhead when increasing Capacity. Can also be used in as classic collection with resizing or on a custom memory allocator.
33

44
Allows you to allocate memory for a method / class and place all sets of variables in it.
55
Avoid repeated copying of structures when placing them in collections.

0 commit comments

Comments
 (0)