anotherxx's Stars
jcoglan/jit
The information manager from London
shanfl/pthread_guide
Multi-Threaded Programming With POSIX Threads
nobled/ucc
ucc - a tiny C89 compiler for x86
sheisc/ucc162.3
A lightweight open-source C compiler for research and education.
symisc/PH7
An Embedded Implementation of PHP (C Library)
sevaa/dwex
DWARF Explorer - a GUI utility for navigating the DWARF debug information
scala-js/scala-js-macrotask-executor
pietern/avr-tasks
Multitasking library for the Atmel AVR processor
streed/simpleRaft
A implementation of Raft in pure Python
shettyh/raft-sqlite
Raft Backend Implementation using Sqlite
RT-Thread/rt-thread
RT-Thread is an open source IoT Real-Time Operating System (RTOS).
rosedblabs/rosedb
Lightweight, fast and reliable key/value storage engine based on Bitcask.
hashicorp/raft-wal
experimental raft storage
JyotinderSingh/go-wal
A Write-Ahead-Log implementation in Go
k-mrm/raft
simple Raft
guycipher/lsmt
Embedded durable, extensive, concurrent safe, highly configurable, transactional LSM tree based key-value store package
SmartKeyerror/reading-source-code-of-leveldb-1.23
leveldb 源码阅读,分析 DB 运作流程与 WAL、SSTable 等文件格式与 Compaction 过程。
spacejam/sled
the champagne of beta embedded databases
fgrosse/wal
A write-ahead logging (WAL) implementation in Go.
tidwall/wal
Write ahead log for Go.
szoftveres/avros
UNIX-like microkernel operating system for Atmel AVR CPUs, entirely from scratch
hslam/raft
Package raft implements the Raft distributed consensus protocol based on hslam/rpc.
xiangwang456/raft
An implementation of the Raft distributed consensus protocol.
etcd-io/raft
Raft library for maintaining a replicated state machine
dj1095/two-phase-distributed-commit
An implementation of the Two-Phase Commit protocol for distributed systems, ensuring atomicity in transactions. Robust, fault-tolerant, and scalable.
M4GNV5/cparse
C parser in pure JavaScript
itstechupnorth/commons-transaction
Mirror of Apache Commons Transaction
isoux/linux-0.01
linux-0.01 On Ubuntu 18.04 with GCC-7.3 & NASM assembler
apple/foundationdb
FoundationDB - the open source, distributed, transactional key-value store
SCPD-Project/raft-kv-store
RAFT based Key-Value Store with Transaction Support