• Stars
    star
    38
  • Rank 683,459 (Top 14 %)
  • Language
    Julia
  • License
    Other
  • Created over 9 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Julia interface to Lightning Memory-Mapped Database (LMDB)

LMDB

Build Status Coverage Status

Lightning Memory-Mapped Database (LMDB) is an ultra-fast, ultra-compact key-value embedded data store developed by Symas for the OpenLDAP Project. It uses memory-mapped files, so it has the read performance of a pure in-memory database while still offering the persistence of standard disk-based databases, and is only limited to the size of the virtual address space. This module provides a Julia interface to LMDB (v0.9.27).

Documentation

For more information, see the Documentation.

More Repositories

1

Evolutionary.jl

Evolutionary & genetic algorithms for Julia
Julia
298
star
2

ManifoldLearning.jl

A Julia package for manifold learning and nonlinear dimensionality reduction
Julia
86
star
3

TDA.jl

A Julia package for topological data analysis
Julia
32
star
4

FLANN.jl

A Julia wrapper for Fast Library for Approximate Nearest Neighbors (FLANN)
Julia
15
star
5

ComputationalHomology.jl

This package provides various computational homology tools for cellular complexes.
Julia
11
star
6

Xkcd221

Fast & stable PRNG
Julia
11
star
7

SmithNormalForm.jl

Smith normal form (SNF) decomposition
Julia
5
star
8

registratura

Command-line tool for managing Julia private registries
Julia
5
star
9

Log4jl.jl

Log4jl is a comprehensive and flexible logging library for Julia programs.
Julia
3
star
10

lmclus

Linear Manifold Clustering algorithm
C++
3
star
11

logicalc

Logical Expression Interpreter
F#
1
star
12

PLplot.jl

PLplot Julia wrapper
Julia
1
star
13

LMCLUS.jl

The Julia package for Linear Manifold Clustering
Julia
1
star
14

CSCI373

CSCI 373: Advanced Data Structures
Jupyter Notebook
1
star
15

mbedtlsstream

mbedtls TLS stream support for libgit2
C
1
star
16

csci.493.66

Source code for CSCI 493.66 course
C
1
star
17

CSCI272

CSCI 272: Object-Oriented Programming
Jupyter Notebook
1
star
18

CSCI374

CSCI374: Programming Languages
Jupyter Notebook
1
star
19

PairDistribution

A Julia package for calculating a radial distribution function (or pair correlation function).
Julia
1
star
20

scraper

Python web scraper with Selenium
Python
1
star
21

dSFMTjump.jl

A Julia package for creating distinct substreams from a whole dSFMT period.
Julia
1
star
22

ClusterComplex.jl

Simplicial complex construction from a subspace clustering
Julia
1
star