Published January 26, 2022
| Version C_2.1.0
Software
Open
tskit-dev/kastore: C_2.1.0
Creators
- 1. Big Data Institute
- 2. Oxford University
- 3. University of Copenhagen
- 4. Nord Software
- 5. @InstituteforDiseaseModeling
- 6. University of Oregon
Description
C API Release 2.1.0
Add flag
KAS_BORROWS_ARRAY
to put. When specified kastore will not copy or free the array, which must persist for the life of the store. (@benjeffery, #181, #180).Add flag
KAS_GET_TAKES_OWNERSHIP
to open. If specified allget
operations will transfer ownership of the array to the caller.kastore
will notfree
the array memory and this is the responsibility of the caller. (@benjeffery, #179, #176)
Files
tskit-dev/kastore-C_2.1.0.zip
Files
(129.0 kB)
Name | Size | Download all |
---|---|---|
md5:7927ffdcff70df9e22dce802815be36c
|
129.0 kB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/tskit-dev/kastore/tree/C_2.1.0 (URL)