Erik Nordström
|
15657b5435
|
Remove unused code and add more code documentation
- Remove get_or_create_chunk()
- Fix warnings in metadata_queries + cleanups
- Documentation nits
- Fix mixed declaration and code warning
|
2017-06-22 20:15:38 +02:00 |
|
Erik Nordström
|
e75cd7e66b
|
Finer grained memory management
Also fix a number of memory allocation bugs
and properly initialize chunks that are allocated
during a scan for chunks.
|
2017-06-22 20:15:38 +02:00 |
|
Erik Nordström
|
fe51d8d7fc
|
Add native scan for the chunk table
- The chunk table can now be scanned in the C code
- Rename DimensionAxis to DimensionVec
|
2017-06-22 20:15:38 +02:00 |
|
Matvey Arye
|
fc68baa8cc
|
Separate out subspace_store and add it to the hypertable object as well
|
2017-06-22 20:15:38 +02:00 |
|
Erik Nordström
|
c8124b8b95
|
Use hypercube instead of dimension slice list
Also a bunch of cleanups
|
2017-06-22 20:15:38 +02:00 |
|
Matvey Arye
|
f5d7786eed
|
Change the semantics of range_end to be exclusive
|
2017-06-22 20:15:38 +02:00 |
|