fac-rs VS LevelDB

Compare fac-rs vs LevelDB and see what are their differences.

fac-rs

A mod manager for Factorio. (by Arnavion)

LevelDB

LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values. (by google)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
fac-rs LevelDB
1 27
8 35,130
- 0.5%
5.6 0.0
9 months ago 7 days ago
Rust C++
Apache License 2.0 BSD 3-clause "New" or "Revised" License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

fac-rs

Posts with mentions or reviews of fac-rs. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-05-02.
  • Hosting SQLite databases on GitHub Pages (or any static file hoster)
    11 projects | news.ycombinator.com | 2 May 2021
    I wrote a similar thing in Rust for a Factorio mod manager - mods are hosted on the remote HTTP server as ZIP files and the mod manager needs a single info.json file from the ZIP for the mod metadata, so it avoids downloading the whole mod and then unpacking it by building a file abstraction that uses HTTP range queries to download chunks. For ZIP files the directory is stored at the end at an unknown offset, so the read pattern is to gradually seek backwards from the end until you find the start of the directory, then find the file entry, then read the file.

    I didn't fiddle with the window sizes like the TFA, but I did optimize it so that reading chunk N+1 of the file reused the response readed of chunk N rather than making a new request. Furthermore I keep an LRU cache of the last three chunks rather than keep all of them in memory, because the ZIP files are each only read once.

    [1]: https://github.com/Arnavion/fac-rs/blob/master/src/solve/web...

    [2]: https://github.com/Arnavion/fac-rs/blob/master/src/solve/zip...

LevelDB

Posts with mentions or reviews of LevelDB. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-05.

What are some alternatives?

When comparing fac-rs and LevelDB you can also consider the following projects:

sqltorrent

RocksDB - A library that provides an embeddable, persistent key-value store for fast storage.

alasql - AlaSQL.js - JavaScript SQL database for browser and Node.js. Handles both traditional relational tables and nested JSON data (NoSQL). Export, store, and import data from localStorage, IndexedDB, or Excel.

MongoDB - The MongoDB Database

dalliance - Interactive web-based genome browser.

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, Streams, HyperLogLogs, Bitmaps.

datasette - An open source multi-tool for exploring and publishing data

SQLite - Unofficial git mirror of SQLite sources (see link for build instructions)

duckdb - DuckDB is an in-process SQL OLAP Database Management System

LMDB - Read-only mirror of official repo on openldap.org. Issues and pull requests here are ignored. Use OpenLDAP ITS for issues.

apsw - Another Python SQLite wrapper

CouchDB - Seamless multi-master syncing database with an intuitive HTTP/JSON API, designed for reliability