Sho Nakatani

Results 9 repositories owned by Sho Nakatani

serde-encrypt

176
Stars
6
Forks
Watchers

🔐 Encrypts all the Serialize.

fid-rs

23
Stars
3
Forks
Watchers

High performance FID (Fully Indexable Dictionary) library

fst-rs

24
Stars
0
Forks
Watchers

FST (Fast Succinct Trie) implementation in Rust

Lock-free_work-stealing_deque_in_C

19
Stars
4
Forks
Watchers

Lock-free work stealing deque written in C. This is implemented after Chapter 16 of "The Art of Multiprocessor Programming."

louds-rs

27
Stars
4
Forks
Watchers

High performance LOUDS (Level-Order Unary Degree Sequence) library

MySQLite-Storage-Engine

19
Stars
1
Forks
Watchers

MySQL storage engine that reads/writes SQLite database files.

PartialCsvParser

25
Stars
2
Forks
Watchers

Parses specific part of CSV file. Used for PARALLEL CSV PARSING.

rainbow_logging_handler

76
Stars
12
Forks
Watchers

Ultimate Python colorized logger - https://pypi.python.org/pypi/rainbow_logging_handler

trie-rs

74
Stars
9
Forks
Watchers

Memory efficient trie (prefix tree) library based on LOUDS