c-rrb | RRB-tree implemented as a library in C
kandi X-RAY | c-rrb Summary
kandi X-RAY | c-rrb Summary
c-rrb is a C library. c-rrb has no bugs, it has no vulnerabilities, it has a Permissive License and it has low support. You can download it from GitHub.
Relaxed Radix Balanced Trees (RRB-trees). An immutable vector-like data structure with very good performance characteristics for concatenation and slicing. Also provides transient (mutable-like) variants which you can convert to and from in constant time. +-----------+---------------+ | Operation | Eff. runtime | +-----------+---------------+ | Lookup | O(~1) | | Last | O(1) | | Count | O(1) | | Update | O(~1) | | Append | O(~1) | | Pop | O(~1) | | Iteration | O(n)* | | Concat | O(log n) | | Slice | O(~1) | +-----------+---------------+. For an explanation on how this data structure works in detail, read and then my thesis: This library, unmodified, depends on automake tools and Boehm GC.
Relaxed Radix Balanced Trees (RRB-trees). An immutable vector-like data structure with very good performance characteristics for concatenation and slicing. Also provides transient (mutable-like) variants which you can convert to and from in constant time. +-----------+---------------+ | Operation | Eff. runtime | +-----------+---------------+ | Lookup | O(~1) | | Last | O(1) | | Count | O(1) | | Update | O(~1) | | Append | O(~1) | | Pop | O(~1) | | Iteration | O(n)* | | Concat | O(log n) | | Slice | O(~1) | +-----------+---------------+. For an explanation on how this data structure works in detail, read and then my thesis: This library, unmodified, depends on automake tools and Boehm GC.
Support
Quality
Security
License
Reuse
Support
c-rrb has a low active ecosystem.
It has 130 star(s) with 11 fork(s). There are 7 watchers for this library.
It had no major release in the last 6 months.
There are 7 open issues and 3 have been closed. On average issues are closed in 1 days. There are no pull requests.
It has a neutral sentiment in the developer community.
The latest version of c-rrb is current.
Quality
c-rrb has no bugs reported.
Security
c-rrb has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
License
c-rrb 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
c-rrb releases are not available. You will need to build from source code and install.
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 c-rrb
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of c-rrb
c-rrb Key Features
No Key Features are available at this moment for c-rrb.
c-rrb Examples and Code Snippets
No Code Snippets are available at this moment for c-rrb.
Community Discussions
No Community Discussions are available at this moment for c-rrb.Refer to stack overflow page for discussions.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install c-rrb
You can download it from GitHub.
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