Skip to content

Latest commit

 

History

History
67 lines (43 loc) · 2.48 KB

c.md

File metadata and controls

67 lines (43 loc) · 2.48 KB

C

Table of Contents generated with DocToc

Tutorial

Guide

Performance

regexp

Practice

C vs C++

Resources

Book

Library

DB

  • SQLite - A self-contained, serverless, zero-configuration, transactional SQL database engine with a C interface. Public domain.
  • LMDB - An ultra-fast, ultra-compact key-value embedded data store