rust-cv / header-vec

Allows one to store a header struct and a vector all inline in the same memory on the heap and share weak versions for minimizing random lookups in data structures
MIT License
5 stars 2 forks source link

added benches #3

Closed makoConstruct closed 3 years ago

makoConstruct commented 3 years ago

resolves #2

vadixidav commented 3 years ago

@makoConstruct Two things:

1) Take care of the issues CI identified, it should be fairly simple 2) If you know how to, or can figure it out, please add a GitHub Action to add the benchmarks to CI (cargo bench) using the existing template already there

If you are done with this or want me to do either of these things, just let me know and I will follow up when I have time.

vadixidav commented 3 years ago

I am going to merge this. The documentation, benchmarks, etc are helpful. If you have additional performance tweaks, please open those as new PRs.