lacuna/bifurcan
functional, durable data structures observed · 2026-08-28
Health v2 · maintenance only
59/100
- Activity 59
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3691
- days_rel: n/a
- days_push: 246
- n_releases_24m: 0
Adoption not part of the score
1017 stars · 55 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Bifurcan is a Java library providing high-performance mutable and immutable (functional) data structures such as lists, maps, and sets with a common API. It offers efficient random access, inverted indices, splitting/merging, and fast batch set operations compared to standard java.util collections.
Use cases
- use immutable persistent collections in Java
- faster hash map iteration than HashMap
- efficient union, intersection, and difference of collections
- custom equality and hash semantics for collections
- functional-style collection updates returning new collections
- convert collections to read-only java.util interfaces
When to choose
- you need immutable or mutable data structures with better performance than java.util
- your workload relies heavily on batch set operations like merge or union
- you want deterministic memory layout for fast equality checks
When to avoid
- you only need simple collections and are happy with java.util
- you need collections that implement java.util interfaces natively
- you work outside the JVM
Facets
library · maturity active
serialization developer-tools programming-languages jvm data-structures immutable-collections persistent-data-structures functional-programming jvm algorithms
1 source
- readme: https://github.com/lacuna/bifurcan · fetched 2026-08-28 · 1eceb3bbea8a
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| lacuna/bifurcan | main | 59 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem