nv-buf-storage 2.1.7 → 2.1.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -12,6 +12,7 @@ The design is similar to a **compact arena allocator + binary storage layer**.
|
|
|
12
12
|
|
|
13
13
|
## Features
|
|
14
14
|
|
|
15
|
+
- Can be easily mapped to c++
|
|
15
16
|
- Compact binary storage
|
|
16
17
|
- Manual memory allocation
|
|
17
18
|
- Free-list allocator
|
|
@@ -309,6 +310,7 @@ Memory expansion occurs automatically when necessary.
|
|
|
309
310
|
|
|
310
311
|
# Design Goals
|
|
311
312
|
|
|
313
|
+
- can be easily map to c++
|
|
312
314
|
- compact storage
|
|
313
315
|
- predictable binary layout
|
|
314
316
|
- zero-copy typed array access
|