Pinned Repositories
c5store
Simple, unified and easy to use configuration provider for applications.
ecies_25519
Elliptic Curve Integrated Encryption Scheme using 25519
JImageHash
Perceptual image hashing library used to match similar images
libart
Adaptive Radix Trees implemented in C
node-jumplist
SkipList/SkipMap written in Typescript
part
Persistent Adaptive Radix Trees in Java
rust-delay-queue
A concurrent unbounded blocking queue where each element can only be removed when its delay expires
web-starter
Starter for Fastify + Web Components/Lit Web App. Includes Reload and web server restart on dev mode.
ycChrome
A Chrome Content Recommender
normano's Repositories
normano/part
Persistent Adaptive Radix Trees in Java
normano/beringei
Beringei is a high performance, in-memory storage engine for time series data.
normano/build-your-own-x
🤓 Build your own (insert technology here)
normano/cedarwood
Efficiently-updatable double-array trie in Rust (ported from cedar)
normano/changelog-reminder
According to changelog file to remind team members on the recent project changes.
normano/crdt.js
WIP: Conflict-Free Replicated Data Types JavaScript Library
normano/cuckoo-filter
Cuckoo Filter: Practically Better Than Bloom
normano/ditto
CRDTs for common data structures like maps, vecs, sets, text, and JSON
normano/ElGrapho
normano/filehound
Flexible and fluent interface for searching the file system
normano/fixie-trie
Compact tries for fixed-width keys
normano/id128
128-bit id generation in multiple formats
normano/iir
Machine Learning / Natural Language Processing / Information Retrieval
normano/kryo-serializers
More kryo serializers
normano/Labeled-LDA-Python
Implement of L-LDA Model(Labeled Latent Dirichlet Allocation Model) with python
normano/libsourcey
C++14 evented IO libraries for high performance networking and media based applications
normano/MFSST
Minimal Final-state Subsequential Transducer
normano/nage
Efficient, tiny object pool
normano/named-regexp
Named capture groups for Java 5/6 regular expressions
normano/patricia-trie
Practical Algorithm to Retrieve Information Coded in Alphanumeric (PATRICIA)
normano/rust-darts
Double Array Trie in Rust
normano/rust-qptrie
A qp-trie implementation in Rust
normano/serde_varint
module that, when targeted using the serde `with` field attribute, causes integer primitives to be serialized using variable integer encoding
normano/skiplist
Generic lock-free Skiplist container pure C implementation, STL-style set, map
normano/sortedvec
Rust vector types that provide quick lookups
normano/synchrobench
A benchmark to compare synchronization techniques for multicore programming
normano/treebitmap
Fast IP lookup table for IPv4/IPv6 prefixes
normano/tsdb-layer
Time Series and FoundationDB. Millions of writes/s and 10x compression in under 2,000 lines of Go.
normano/tsz-rs
A crate for time series compression based upon Facebook's Gorilla whitepaper
normano/vec-map
A simple map based on a vector for small integer keys