SaaSHub helps you find the best software and product alternatives Learn more →
Whirlog Alternatives
Similar projects and alternatives to whirlog
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
src
Read-only git conversion of OpenBSD's official CVS src repository. Pull requests not accepted - send diffs to the tech@ mailing list.
-
-
-
-
multiversion-concurrency-control
Discontinued Implementation of multiversion concurrency control, Raft, Left Right concurrency Hashmaps and a multi consumer multi producer Ringbuffer, concurrent and parallel load-balanced loops, parallel actors implementation in Main.java, Actor2.java and a parallel interpreter
-
-
-
-
-
logdb
Discontinued An efficient log-structured database supporting efficient insertion of new entries and removal from either end of the log.
-
MicroCalc
Welcome to MicroCalc. A Turbo Pascal demonstation program -> running under Windows command line.
whirlog discussion
whirlog reviews and mentions
-
The “Build Your Own Database” book is finished
There are many kinds of databases, I've used similar designs to [0] (Lisp warning, ymmv) successfully in several projects.
[0] https://github.com/codr7/whirlog
-
Build Your Own Fast, Persistent, Toy KV Store
I've built several versions of a log based db with composite keys over the years, the most complete version so far in Common Lisp:
https://github.com/codr7/whirlog
- Show HN: Minimal versioned log structured relational DB in Common Lisp
- A minimal single proc, mt capable, versioned, log structured relational Lisp DB
- Show HN: A minimalistic versioned, log-based relational database in Common Lisp
-
Tree.h in OpenBSD: dependency-free intrusive binary tree (2002)
I have a fairly comprehensible left leaning rb tree implementation that I've been porting along my travels.
I keep it around for situations where a binary searched array isn't doable or good enough, but I still want ordered set functionality that isn't in the stdlib.
https://github.com/codr7/whirlog/blob/main/rb.lisp
https://github.com/codr7/libcodr7/blob/master/source/codr7/t...
- Show HN: A simple, log-based relational database in Common Lisp
-
A note from our sponsor - SaaSHub
www.saashub.com | 2 Dec 2024
Stats
The primary programming language of whirlog is Common Lisp.