mpq VS csvutil

Compare mpq vs csvutil and see what are their differences.

mpq

Decoder/parser of Blizzard's MPQ archive file format (by icza)

csvutil

csvutil provides fast and idiomatic mapping between CSV and Go (golang) values. (by jszwec)
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
mpq csvutil
1 1
32 894
- -
4.0 4.3
about 1 year ago 4 months ago
Go Go
Apache License 2.0 MIT 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.

mpq

Posts with mentions or reviews of mpq. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-10-04.
  • Show HN: Rust nom parsing Starcraft2 Replays into Arrow for Polars data analysis
    10 projects | news.ycombinator.com | 4 Oct 2023
    SC2 replays are MPQ files, which is a proprietary format created and used by Blizzard. It's an archive that may contain multiple files stored with different compression and optionally encrypted. I wrote a lib to parse MPQ files that embodies SC2Replays: https://github.com/icza/mpq. I also wrote an SC2 replay parser that is more or less a port of the official s2protocol: https://github.com/icza/s2prot

csvutil

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

What are some alternatives?

When comparing mpq and csvutil you can also consider the following projects:

zephyrus-sc2-parser - A parser for .SC2Replay files

fwencoder - Fixed width file parser (encoder/decoder) in GO (golang)

Tims-PackageServer - Lightweight Package Server for WoltLab Community Framework

go-serializer - :loop: Serialize any custom type or convert any content to []byte or string, for Go Programming Language

pdx-tools - View maps, graphs, and tables of your save and compete in a casual, evergreen leaderboard of EU4 achievement speed runs. Upload and share your save with the world.

go-codec - idiomatic codec and rpc lib for msgpack, cbor, json, etc. msgpack.org[Go]

rust-parser

goprotobuf - Go support for Google's protocol buffers

blizzard - Go client library for Blizzard API data

bambam - auto-generate capnproto schema from your golang source files. Depends on go-capnproto-1.0 at https://github.com/glycerine/go-capnproto

s2protocol-rs - Starcraft 2 Protocol Replay Reader

gogoprotobuf - [Deprecated] Protocol Buffers for Go with Gadgets