coitrees | A very fast interval tree data structure
kandi X-RAY | coitrees Summary
kandi X-RAY | coitrees Summary
coitrees is a Rust library. coitrees has no bugs, it has no vulnerabilities, it has a Permissive License and it has low support. You can download it from GitHub.
COITrees implements a data structure for very fast overlap queries of a static set of integer intervals, with genomic intervals in mind. Borrowing from cgranges, this data structure stores intervals in contiguous memory, but improves query performance by storing the nodes in in-order van Emde Boas layout layout. Computing the layout requires some extra time and memory, but improves average cache locality for queries of the tree. If the interval set is relatively large, and a sufficiently large number of queries are performed, it tends to out-perform other data structures. The SortedQuerent type implements an alternative query strategy that keeps track of the results of the previous query. When a query overlaps the previous one, the results from that previous query can be reused to dramatically accelerate the current one. (In the benchmarks, this is the --sorted option.). In the avx branch, a variation is implemented that groups intervals into chunks of 8 and searches using AVX instructions, which speeds things up somewhat, especially when in comes to counting. Make sure to set RUSTFLAGS="-Ctarget-cpu=ARCH" where ARCH is e.g. haswell or znver2 or some architecture that supports AVX and AVX2.
COITrees implements a data structure for very fast overlap queries of a static set of integer intervals, with genomic intervals in mind. Borrowing from cgranges, this data structure stores intervals in contiguous memory, but improves query performance by storing the nodes in in-order van Emde Boas layout layout. Computing the layout requires some extra time and memory, but improves average cache locality for queries of the tree. If the interval set is relatively large, and a sufficiently large number of queries are performed, it tends to out-perform other data structures. The SortedQuerent type implements an alternative query strategy that keeps track of the results of the previous query. When a query overlaps the previous one, the results from that previous query can be reused to dramatically accelerate the current one. (In the benchmarks, this is the --sorted option.). In the avx branch, a variation is implemented that groups intervals into chunks of 8 and searches using AVX instructions, which speeds things up somewhat, especially when in comes to counting. Make sure to set RUSTFLAGS="-Ctarget-cpu=ARCH" where ARCH is e.g. haswell or znver2 or some architecture that supports AVX and AVX2.
Support
Quality
Security
License
Reuse
Support
coitrees has a low active ecosystem.
It has 45 star(s) with 0 fork(s). There are 6 watchers for this library.
It had no major release in the last 6 months.
There are 1 open issues and 2 have been closed. On average issues are closed in 144 days. There are no pull requests.
It has a neutral sentiment in the developer community.
The latest version of coitrees is current.
Quality
coitrees has 0 bugs and 0 code smells.
Security
coitrees has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
coitrees code analysis shows 0 unresolved vulnerabilities.
There are 0 security hotspots that need review.
License
coitrees is licensed under the MIT License. This license is Permissive.
Permissive licenses have the least restrictions, and you can use them in most projects.
Reuse
coitrees releases are not available. You will need to build from source code and install.
Installation instructions are not available. Examples and code snippets are available.
Top functions reviewed by kandi - BETA
kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of coitrees
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of coitrees
coitrees Key Features
No Key Features are available at this moment for coitrees.
coitrees Examples and Code Snippets
No Code Snippets are available at this moment for coitrees.
Community Discussions
No Community Discussions are available at this moment for coitrees.Refer to stack overflow page for discussions.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install coitrees
You can download it from GitHub.
Rust is installed and managed by the rustup tool. Rust has a 6-week rapid release process and supports a great number of platforms, so there are many builds of Rust available at any time. Please refer rust-lang.org for more information.
Rust is installed and managed by the rustup tool. Rust has a 6-week rapid release process and supports a great number of platforms, so there are many builds of Rust available at any time. Please refer rust-lang.org for more information.
Support
For any new features, suggestions and bugs create an issue on GitHub.
If you have any questions check and ask questions on community page Stack Overflow .
Find more information at:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page