Skip to content

Commit

Permalink
Ingest ref_iter branch (#13)
Browse files Browse the repository at this point in the history
* initial index-support

* make index_handle public only within crate

* re-export CodesIndex in lib.rs for consistency

* make codes_index a feature

* mark featured modules in docs

* reolve cargo doc warnings

* update gh actions

* fix testing in gh actions

* (deosn't compile) extract index binds to separate file

* WIP mostly finish CodesIndex API and conversion to CH

* WIP codes_handle iterator with index works

* compiles but does not allow for editing index
so misses the whole point of index

* actually, the API makes sense (and tests now pass)

* move high-level index tests to integration tests

* add integration tests with multithreading

* add mutex for problematic functions

* add error and panic tests for codes_index

* add features to gh actions

* add index handle interference test

* clippy

* make ec_index default feature

* safeguard all index functions

* initial preparation

* implement streaming iter and adapt tests
disables lib tests for now
also adds result to some tests

* make index feature experimental

---------

Co-authored-by: Robin <[email protected]>
  • Loading branch information
Quba1 and asura6 authored Feb 3, 2024
1 parent a83238b commit daf25a0
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit daf25a0

Please sign in to comment.