All Projects β†’ amethyst β†’ Hibitset

amethyst / Hibitset

Licence: other
Hierarchical bit set container

Programming Languages

rust
11053 projects

Projects that are alternatives of or similar to Hibitset

Pwrake
Parallel Workflow extension for Rake, runs on multicores, clusters, clouds.
Stars: ✭ 57 (-29.63%)
Mutual labels:  parallel
Flowa
πŸ”₯Service level control flow for Node.js
Stars: ✭ 66 (-18.52%)
Mutual labels:  parallel
Cbitset
A simple bitset library in C
Stars: ✭ 73 (-9.88%)
Mutual labels:  bitset
Pism
repository for the Parallel Ice Sheet Model (PISM)
Stars: ✭ 61 (-24.69%)
Mutual labels:  parallel
Roaringbitmap
Roaring Bitmap in Cython
Stars: ✭ 64 (-20.99%)
Mutual labels:  bitset
Go Tdigest
A T-Digest implementation in golang
Stars: ✭ 67 (-17.28%)
Mutual labels:  parallel
Ray Tracing Iow Rust
Ray Tracing in One Weekend written in Rust
Stars: ✭ 57 (-29.63%)
Mutual labels:  parallel
Paraspec
Parallel RSpec test runner
Stars: ✭ 77 (-4.94%)
Mutual labels:  parallel
Pelagia
Automatic parallelization (lock-free multithreading thread) tool developed by Surparallel Open Source.Pelagia is embedded key value database that implements a small, fast, high-reliability on ANSI C.
Stars: ✭ 1,132 (+1297.53%)
Mutual labels:  parallel
Parallel
This project now lives on in a rewrite at https://gitlab.redox-os.org/redox-os/parallel
Stars: ✭ 1,181 (+1358.02%)
Mutual labels:  parallel
Roaring
Roaring bitmaps in Go (golang)
Stars: ✭ 1,118 (+1280.25%)
Mutual labels:  bitset
Openmp Examples
openmp examples
Stars: ✭ 64 (-20.99%)
Mutual labels:  parallel
Promise Parallel Throttle
It's kinda like Promise.all(), but throttled!
Stars: ✭ 72 (-11.11%)
Mutual labels:  parallel
Csharpewah
Compressed bitmaps in C#
Stars: ✭ 59 (-27.16%)
Mutual labels:  bitset
Sorty
Fast Concurrent / Parallel Sorting in Go
Stars: ✭ 74 (-8.64%)
Mutual labels:  parallel
Suman
πŸŒ‡ πŸŒ† πŸŒ‰ Advanced, user-friendly, language-agnostic, super-high-performance test runner. http://sumanjs.org
Stars: ✭ 57 (-29.63%)
Mutual labels:  parallel
Parallel
A golang parallel library, used for business logic aggregation and refactory without changing user function declaration.
Stars: ✭ 67 (-17.28%)
Mutual labels:  parallel
Cypress Parallel
Reduce up to 40% your Cypress suite execution time parallelizing the test run on the same machine.
Stars: ✭ 78 (-3.7%)
Mutual labels:  parallel
Cvise
Super-parallel Python port of the C-Reduce
Stars: ✭ 77 (-4.94%)
Mutual labels:  parallel
Async
Async utilities for Golang.
Stars: ✭ 72 (-11.11%)
Mutual labels:  parallel

hibitset

Build Status Crates.io

Provides hierarchical bit sets, which allow very fast iteration on sparse data structures.

Usage

Just add this to your Cargo.toml:

[dependencies]
hibitset = "0.6"

License

This library is licensed under the Apache License 2.0, see the LICENSE file for more information.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].