Compact, hands-free [sub]command line parsing library for Clojure. - cli-matic/toycalc.bb at master · l3nz/cli-matic... (more…)
Read more »
A Java library for generating Time-Sorted Unique Identifiers (TSID). - GitHub - f4b6a3/tsid-creator: A Java library for generating Time-Sorted Unique Identifiers (TSID). (more…)
Read more »
I’ve previously looked at the likes of Spring Boot and how comparatively bloated it could be considered for simple microservices. One of… (more…)
Read more »
Coerce is a set of Java libraries created to make high-concurrent and high-performance application development easier. It is distributed under the Apache v2 license.
Read more »
HashMap is one of the most frequently used collection types in Java, it stores key-value pairs. Ideally it expects to use hash table which expects the data access time complexity to be O(1), however, due to hash conflicts, in reality, it uses linked list ... (more…)
Read more »