osmpbf VS memmap-rs

Compare osmpbf vs memmap-rs and see what are their differences.

osmpbf

A Rust library for reading the OpenStreetMap PBF file format (*.osm.pbf). (by b-r-u)

memmap-rs

cross-platform Rust API for memory mapped IO (by danburkert)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
osmpbf memmap-rs
1 3
105 519
- -
4.6 0.0
about 2 months ago about 2 years ago
Rust Rust
Apache License 2.0 Apache License 2.0
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.

osmpbf

Posts with mentions or reviews of osmpbf. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-03-02.
  • Building an OpenStreetMap app in Rust, Part IV
    2 projects | /r/rust | 2 Mar 2021
    Rather than reading a .osm file with serde, I suggest using OSMPBF to read .osm.pbf files. They're a Protobuf-based encoding of OSM which is much much more space efficient than XML and should be much faster to read too though they do still take a long time. It also doesn't require reading your entire file into memory at once, unlike Serde.

memmap-rs

Posts with mentions or reviews of memmap-rs. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-10-01.

What are some alternatives?

When comparing osmpbf and memmap-rs you can also consider the following projects:

nom - Rust parser combinator framework

openEtG

freqfs - An in-memory filesystem cache layer based on tokio::fs, with least-frequently-used eviction

db - A blazing fast ACID compliant NoSQL DataLake with support for storing 17 formats of data. Full SQL and DML capabilities along with Java stored procedures for advanced data processing.