Skip to content

Instantly share code, notes, and snippets.

View nihui's full-sized avatar

nihui

  • Shanghai
  • 11:03 (UTC +08:00)
  • X @nihui
View GitHub Profile
@nihui
nihui / mylmdb.h
Created October 9, 2017 02:31
simple lmdb read write wrapper
#ifndef MYLMDB_H
#define MYLMDB_H
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/stat.h> // mkdir
#include <string>