flatbuffers
critbit
Our great sponsors
- InfluxDB - Collect and Analyze Billions of Data Points in Real Time
- Onboard AI - Learn any GitHub repo in 59 seconds
- SaaSHub - Software Alternatives and Reviews
flatbuffers | critbit | |
---|---|---|
0 | 3 | |
32 | 319 | |
- | - | |
0.0 | 0.0 | |
about 1 year ago | almost 2 years ago | |
Haskell | C | |
BSD 3-clause "New" or "Revised" License | - |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
flatbuffers
We haven't tracked posts mentioning flatbuffers yet.
Tracking mentions began in Dec 2020.
critbit
-
Ask HN: What are some 'cool' but obscure data structures you know about?
> Good use-case: routing. Say you have a list of 1 million IPs that are [deny listed].
Apparently, bloom filters make for lousy IP membership checks, read: https://blog.cloudflare.com/when-bloom-filters-dont-bloom/
CritBit Trie [0] and possibly Allotment Routing Table (ART) are better suited for IPs.
[0] https://github.com/agl/critbit
[1] https://web.archive.org/web/20210720162224/https://www.harig...
-
Rethink-app: DNS over HTTPS, firewall, and connection tracker for Android
developer here
I'd imagine the app should work over IPv6-only networks thanks to 464xlat. I may be wrong, because I've never tested it on a IPv6-only network.
The reason for IPv6 is two fold:
1. Firewall today simply stores classless IP address rules as strings in a sqlite table fronted by a lfu cache backed by a typical hash-map. With IPv6, I'd imagine, this won't scale. So, we need a more economical in-memory data-structure (like a crit-bit trie [0] or art tree).
2. Apparently LwIP has problems with HappyEyeballs (I personally never saw it, but got a couple of reports from users about it that it was an unrecoverable error once the connectivity was lost, and the firewall had to be restarted). We're in the process of replacing LwIP with gvisor/netstack now [2], just to get IPv6 support back on track.
[0] https://github.com/agl/critbit
What are some alternatives?
tables - Deprecated because of
critbit - A Haskell implementation of crit-bit trees.
hnix - A Haskell re-implementation of the Nix expression language
rethink-app - DNS over HTTPS / DNS over Tor / DNSCrypt client, WireGuard proxifier, firewall, and connection tracker for Android.
lens - Lenses, Folds, and Traversals - Join us on web.libera.chat #haskell-lens
text - Haskell library for space- and time-efficient operations over Unicode text.
refined - Refinement types with static checking
IntervalMap - Haskell interval collections
primitive - This package provides various primitive memory-related operations.
jump - Jump start your Haskell development
code-builder - Packages for defining APIs, running them, generating client code and documentation.
holmes - A reference library for constraint-solving with propagators and CDCL.