-
Updated
Jun 1, 2020 - C++
#
lmdb
Here are 90 public repositories matching this topic...
A redis protocol compatible nosql, it support multiple storage engines as backend like Google's LevelDB, Facebook's RocksDB, OpenLDAP's LMDB, PerconaFT, WiredTiger, ForestDB.
redis
rocksdb
c-plus-plus
database
lua
server
nosql
key-value
leveldb
lmdb
persistence
percona
nosql-database
wiredtiger
forestdb
FastoNoSQL is a crossplatform Redis, Memcached, SSDB, LevelDB, RocksDB, UnQLite, LMDB, ForestDB, Pika, Dynomite, KeyDB GUI management tool.
redis
rocksdb
memcached
leveldb
lmdb
redis-sentinel
redis-cluster
indexeddb
nosql-databases
database-gui
unqlite
dynomite
forestdb
ssdb
pika
redis-gui
redis-ssl
crossplatform-redis
-
Updated
Nov 29, 2020 - C++
One of the fastest embeddable key-value ACID database without WAL. libmdbx surpasses the legendary LMDB in terms of reliability, features and performance.
-
Updated
Feb 8, 2021 - C
Lightning Memory Database (LMDB) for Java: a low latency, transactional, sorted, embedded, key-value store
-
Updated
Jan 28, 2021 - Java
A simple, fast and durable Datalog database
-
Updated
Feb 9, 2021 - Clojure
[Active development]ToolBox to make using Pytorch much easier.Give it a star if you feel helpful.
metrics
lmdb
initializers
pytorch
toolbox
swish
cutout
cv2
lookahead
mixup
flops
autoaugment
labelsmoothing
cosinewarmuplr
switchnorm
arcloss
cosloss
l2softmax
teansform
lmdb-dataset
-
Updated
Feb 3, 2021 - Python
Kerollmops
commented
Dec 29, 2020
It would be better and easier to debug a program if the BytesEncoding
and BytesDecoding
traits could return any error type.
To do so we need to modify the Error
enum and more specifically the Encoding
and Decoding
variants to wrap a Box<dyn Error>
.
Python package for dealing with whole slide images (.svs) for machine learning, particularly for fast prototyping. Includes patch sampling and storing using OpenSlide. Patches may be stored in LMDB, HDF5 files, or to disk. It is highly recommended to fork and download this repository so that personal customisations can be made for your work.
-
Updated
Apr 25, 2020 - Jupyter Notebook
Tool for reading and writing datasets of tensors in a Lightning Memory-Mapped Database (LMDB). Designed to manage machine learning datasets with fast reading speeds.
-
Updated
Sep 18, 2020 - Python
Authenticated multi-version database: sparse binary merkle tree with compact partial-tree proofs
database
lmdb
mvcc
embedded-database
merkle-tree
proofs
multi-version
lmdbxx
authenticated-dictionaries
-
Updated
Oct 11, 2020 - C++
Append-only storage in Go designed for the analytical workloads
-
Updated
Oct 21, 2018 - Go
Columbia Image and Face Search tool for MEMEX
python
hashing
image
kafka
spark
rest-api
lmdb
hbase
image-search
face-recognition
face-detection
memex
lopq
face-api
columbia-university
-
Updated
Feb 6, 2020 - Python
collection of utilities to use with deep learning libraries (e.g. caffe)
-
Updated
Jan 6, 2020 - Python
Python-based tools for exploring the block-lattice used by the Nano cryptocurrency
-
Updated
Mar 24, 2018 - JavaScript
Improve this page
Add a description, image, and links to the lmdb topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the lmdb topic, visit your repo's landing page and select "manage topics."
2 * X queries vs. 1
currently a single transaction with a batch
X
of documents does2 * X
SQL queries.it looks whether the document exists first and then inserts or updates it: