GitHub 地址:https://github.com/DaveGamble/cJSON 6. LevelDB LevelDB 是一个由 Google 开源的高性能键值存储库。 LevelDB 主要用于存储和管理键值对数据,支持持久化存储,并且具有高效的读写性能,适合大数据场景。 LevelDB 为区块链(如比特币)、分布式数据库(如TiDB)提供底层支持。 GitHub 地址:https://github...
LevelDb LevelDb是谷歌两位大神级别的工程师发起的开源项目,简而言之,LevelDb是能够处理十亿级别规模Key-Value型数据持久性存储的C++ 程序库。它是一个持久化存储的KV系统,和Redis这种内存型的KV系统不同,LevelDb不会像Redis一样狂吃内存,而是将大部分数据存储到磁盘
clone of https://code.google.com/p/leveldb/. Contribute to wiredtiger/leveldb development by creating an account on GitHub.
[链接]https://github.com/spulec/freezegun) httmock:Python 2.7+ 和 3.4+ mock requests库。链接 httpretty:Python 的 HTTP 请求 客户端mock 工具,暂时不支持python3。链接 responses:针对requests 库的mock库。链接 VCR.py:录制HTTP请求加快测试执行速度并可进行mock。链接 -- 推荐 factoryboy:Python...
https://github.com/yinggaozhen/awesome-go-cn https://github.com/0voice/Introduction-to-Golang https://github.com/trending/go 01-中文资源 《Go语言原理》@0e0w 《365天深入理解Go语言》@0e0w 《Go语言圣经》@柴树杉译 《Go入门指南》@无闻等译 《Go程序设计语言》@李道兵译#100%# 《Go语言程序设...
cd $your_folder git clone --recursive https://github.com/osfans/trime.git trime If you want to test the application, run the command: cd $trime_folder make debug Or you can build signed application for release and make sure you create a file named gradle.properties which contains: store...
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" Dependencies brew install cmake automake berkeley-db4 leveldb libtool boost@1.66 --c++11 --without-single --without-static miniupnpc openssl pkg-config protobuf qt5 libevent imagemagick --with...
git clone --depth 1 https://github.com/minetest/minetest.git cd minetest Download minetest_game (otherwise only the "Minimal development test" game is available) using git: git clone --depth 1 https://github.com/minetest/minetest_game.git games/minetest_game ...
twitter/mysql - MySQL fork maintained and used at Twitter https://github.com/twitter/mysql/wiki postgres Redis - Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes...
google/leveldb - LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values. citra-emu/citra - A Nintendo 3DS Emulator danmar/cppcheck - static analysis of C/C++ code emilk/loguru - A lightweight C++ logging library f...