Commit History

Author SHA1 Message Date
  Stefano Cossu 4a2146122a Loop over paged results in triple_keys(}: ? ? ? 5 years ago
  Stefano Cossu 8eecf6286e Fix `s ? o` lookup. 5 years ago
  Stefano Cossu e12c99b033 Replace all KeyIdx with Key; make Key a simple size_t. 5 years ago
  Stefano Cossu 23c4c7d502 Fix lookup_2bound; change Key to KeyIdx in lookup signatures. 5 years ago
  Stefano Cossu 880ccdb6fe Keyset: Re-add lookup(), add resize() and copy(). 5 years ago
  Stefano Cossu 00a7d43915 Revert to Keyset as a simple C array (not cc.Array). 5 years ago
  Stefano Cossu 58feb2baa5 Logging statements. 5 years ago
  Stefano Cossu d5f89c59fd "Simplify" _lookup() and _lookup_1bound(). 5 years ago
  Stefano Cossu 1280875a6c Fix more bad pointer math; remove from_trp_key(). 5 years ago
  Stefano Cossu 3240bed02e Make DBI flags Python numbers; slightly simplify append operation. 5 years ago
  Stefano Cossu 779a992a00 Fix wrong pointer math. 5 years ago
  Stefano Cossu 577f2a564b Regard system byte order for stored keys. 5 years ago
  Stefano Cossu 31552192fa Minor Cython upgrade. 5 years ago
  Stefano Cossu f34ba0f8f5 [WIP] compiles. 5 years ago
  Stefano Cossu d8125c750d [WIP] more debugging. 5 years ago
  Stefano Cossu f5c86b66ca [WIP] More adjusting to new structures. 5 years ago
  Stefano Cossu f9548fd9b7 [WIP] Add Keyset callbacks; work through compile errors. 5 years ago
  Stefano Cossu cccd95f7ed [WIP] Implement Array in Keyset; change init signature. 5 years ago
  Stefano Cossu 63b3d21742 [WIP] More Keyset teardown. 5 years ago
  Stefano Cossu 4bc037f703 [WIP] Begin removing all Keyset types but TripleKeyset. 5 years ago
  Stefano Cossu 29f8be4bf9 WIP start refactoring Keyset. 5 years ago
  Stefano Cossu e7d6cf81e9 WIP start refactoring LmdbTriplestore and Keyset to use size_t. 5 years ago
  Stefano Cossu 3e9fa03460 Allow benchmarking ingestion via Python API. 5 years ago
  Stefano Cossu 6efc115178 Mute more logging. 5 years ago
  Stefano Cossu 46b256cbdd Add matplotlib to development requirements. 5 years ago
  Stefano Cossu 84bb828d45 Use Xenial for Py 3.6. 5 years ago
  Stefano Cossu 6df51061be Remove special conditions for Py 3.7. 5 years ago
  Stefano Cossu 3be25d1e81 Add cymem to travis dependencies. 5 years ago
  Stefano Cossu 3ae6421b02 Use _lookup() for slicing graphs; fix test. 5 years ago
  Stefano Cossu 6019b397b0 Fix one-term slice in Imr. All tests green. 5 years ago