KevinStern / software-and-algorithmsLinks
Neat algorithm implementations in Java.
☆119Updated 4 years ago
Alternatives and similar repositories for software-and-algorithms
Users that are interested in software-and-algorithms are comparing it to the libraries listed below
Sorting:
- Write parsers for arbitrary text inputs, entirely in Java, with no preprocessing phase☆65Updated 9 years ago
- A java.util.HashMap compatible map that won't stall puts or gets when resizing☆151Updated 2 years ago
- Java 8 combinatorics-related streams and other utilities☆44Updated 7 years ago
- A lightweight and easy to use full text search implementation for Java. Uses inverted index and cosine similarity w/ TFIDF ranking.☆52Updated 7 years ago
- HashMap performance tests from java-performance.info☆98Updated 4 years ago
- Hyper-Dimensional R-Tree Index in Java☆71Updated 6 years ago
- High-performance pattern matching algorithms in Java☆80Updated 4 years ago
- Huge Collections for Java using efficient off heap storage☆275Updated 10 years ago
- Async HTTP server/client - high performance in functional style, full-featured.☆39Updated 9 years ago
- Fluent Api Creator☆73Updated 6 years ago
- Random number generators, probability distributions, combinatorics and statistics for Java.☆159Updated last year
- Erlang style object supervision for the JVM☆126Updated 2 years ago
- A tiny code generation library (< 8 KB) written in Java, useful for any purpose, but ideal for JSR-269☆87Updated 3 years ago
- HPPC-RT, fork of CarrotSearch's for Realtime☆86Updated 6 years ago
- ☆18Updated 3 years ago
- Java port of a concurrent trie hash map implementation from the Scala collections library☆152Updated 4 years ago
- Java Matrix Benchmark is a tool for evaluating Java linear algebra libraries for speed, stability, and memory usage.☆59Updated 2 years ago
- Java Constraint Programming solver☆226Updated last year
- Benchmarks for cache2k and third-party Java caching products☆42Updated last year
- Java implementation of the Sparkey key value store☆120Updated last year
- JMH examples with my own examples + jar etc☆69Updated 9 years ago
- Combinatorial Objects Generators for Java 7+.☆90Updated 3 years ago
- Java library that can create a lambda from its code stored in a string.☆86Updated this week
- Banana is a Java primitive collections library with its own memory management☆72Updated 3 years ago
- Memory efficient java.util.Map implementation modelled after http://code.google.com/apis/v8/design.html☆62Updated last year
- Linear Algebra for Java☆375Updated 4 years ago
- A small Java utility library for exception translation☆31Updated 10 years ago
- JSON streaming parser☆88Updated 4 years ago
- Google Guice Extensions☆47Updated last year
- String matching algorithms for searching a single or multiple strings in large texts☆46Updated last year