onecodex / mmap-bitvec

Rust implementation of a mmap-based bit vector
MIT License
6 stars 0 forks source link

Preparation for open sourcing #15

Closed GSGerritsen closed 1 year ago

GSGerritsen commented 1 year ago

For DEV-7299:

linear[bot] commented 1 year ago
DEV-7299 Open source mmap-bitvec

🦀🦀🦀

Keats commented 1 year ago

There's a fair amount of unsafe usage. @Keats what do you think is the most elegant way to document this in the code? And any obvious opportunities to reduce without performance impact?

We would need some time to set up lots of benchmarks and test things. We can do that later once it's open-source (or maybe someone will be horrified by the unsafe and will fix it for us!)

boydgreenfield commented 1 year ago

@GSGerritsen @Keats All you to merge and release when you want then!