SkillAgentSearch skills...

Kerf

Kerf (Kerf2) is a columnar tick database and time-series language for Linux/OSX/BSD/iOS/Android. It is written in C++ and natively speaks JSON and SQL. Kerf can be used for trading platforms, feedhandlers, low-latency networking, high-volume analysis of realtime and historical data, logfile processing, and more.

Install / Use

/learn @kevinlawler/Kerf
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

kerf-source

This is "Kerf" or "Kerf2". It is incomplete. Kerf2 is designed for full concurrency. It also adds transparent type promotion, a C++ instead of C basis, and more.

The source for the complete "Kerf1" is at https://github.com/kevinlawler/kerf1/tree/master/src

Contact

kerf.concerns@gmail.com

Compile on macOS, ...

#install google test. should be `brew install googletest`

clang++ -std=c++2b -pthread -ledit -levent -O0 -DDEBUG -g -lgtest -fsanitize=address -ferror-limit=5 main.cc

Run

./a.out
View on GitHub
GitHub Stars36
CategoryData
Updated22d ago
Forks6

Languages

C++

Security Score

90/100

Audited on Mar 17, 2026

No findings