metapp VS daw_json_link

Compare metapp vs daw_json_link and see what are their differences.

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
metapp daw_json_link
6 21
77 428
- -
4.7 8.4
5 months ago 8 days ago
C++ C++
GNU General Public License v3.0 or later Boost Software License 1.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.

metapp

Posts with mentions or reviews of metapp. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-01-19.
  • I implement a fast, macro-based namedtuple works under C++11
    6 projects | /r/cpp | 19 Jan 2023
    https://github.com/wqking/metapp Need to register your struct to a wrapper manually.
  • JSON for Modern C++ 3.11.0
    7 projects | /r/cpp | 1 Aug 2022
    My recent working on libraries are focusing on solving the problems you have. metapp is a runtime reflection library, jsonpp is a simple JSON library basing on metapp. More important, the meta data built in metapp is reusable for different purpose, such as serialization, scripting, etc.
  • jsonpp -- easy to use and reusable C++ JSON library
    3 projects | /r/cpp | 29 Jul 2022
    Reusable technology. The core technology is from C++ reflection library metapp developed by the same developer (wqking) of jsonpp. The technology is not unique to jsonpp, it's reusable for other purposes such as runtime reflection system, serialization, script binding, etc.
  • metapp - C++ open source library for runtime reflection and variant
    4 projects | /r/cpp | 13 Jun 2022
    You may read Core concepts and mechanism for some basic concepts. If you wonder how it parses the mystery type char const *(*(* volatile * (&)[][8])())[], or even 10 times more complicated type, it's not magic, it uses recursive template specialization.
    1 project | /r/u_wqking | 13 Jun 2022

daw_json_link

Posts with mentions or reviews of daw_json_link. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-04-27.
  • Has Boost lost its charm?
    3 projects | /r/cpp | 27 Apr 2023
    They might have good luck with https://github.com/beached/daw_json_link it has support for stuff like JSON lines and alike plus other ways that only use as much ram as their underlying data structures do as it parses directly to the user DS. Plus it has an iterator/range interface for things like arrays if needed.
  • New, fastest JSON library for C++20
    8 projects | /r/cpp | 13 Oct 2022
    We will add more benchmarks in the future, but for now you can see the comparison of daw_json_link with rapidjson. glaze is faster than daw_json_link, which is over twice as fast as rapidjson.
  • What are some cool modern libraries you enjoy using?
    32 projects | /r/cpp | 18 Sep 2022
    I am biased, but prefer https://github.com/beached/daw_json_link Super fast and you work with your native data structures without the overhead of DOM parsing/lookup
  • How to deserialise json into a C++ struct?
    2 projects | /r/cpp_questions | 16 Sep 2022
    You can also look into https://github.com/beached/daw_json_link which claims to support nullable values in the readme.
  • Show HN: DAW JSON Link
    4 projects | news.ycombinator.com | 12 Aug 2022
  • JSON for Modern C++ 3.11.0
    7 projects | /r/cpp | 1 Aug 2022
    The library I author does this. https://github.com/beached/daw_json_link . It's fast, GB/s too, and provides the mapping mechanism, iteration types, json lines support, event based parser, along with a non-owning json_value for when the mappings don't fit right or if one is querying. Pretty much everything but an owning JSON value as it's not something I've ever needed more than temporarily and brings a lot of complexity that is solved by using the actual C++ data structures one is eventually parsing into anyways.
  • DAW JSON Link v3, a JSON serialization/deserialization library, is released
    10 projects | /r/cpp | 1 Jul 2022
    So DAW JSON Link does have a DOM view, however it does not have a owning view. The json_value(even supports JSON Path in a limited form) type and json_raw mappings can help here. But there is no hard line between parsing view the json_value and the mappings to concrete data structures. One can mix and match.
  • Parsing JSON faster with Intel AVX-512
    1 project | /r/programming | 31 May 2022
    Is this the repo? Never saw it linked in our convo, and I’d like to give it a whirl.
  • Is there something like GSON available in C++?
    3 projects | /r/cpp | 20 May 2022
    daw_json_link is what you're looking for : https://github.com/beached/daw_json_link
  • Deserializing JSON Fast
    3 projects | news.ycombinator.com | 1 Jan 2022
    Check out https://github.com/beached/daw_json_link , it provides a non-typeerased way to parse JSON straight into user-defined data structures.

What are some alternatives?

When comparing metapp and daw_json_link you can also consider the following projects:

metacpp - Meta C++ Library and Tool

json_struct - json_struct is a single header only C++ library for parsing JSON directly to C++ structs and vice versa

hvpp - hvpp is a lightweight Intel x64/VT-x hypervisor written in C++ focused primarily on virtualization of already running operating system

simdjson - Parsing gigabytes of JSON per second : used by Facebook/Meta Velox, the Node.js runtime, ClickHouse, WatermelonDB, Apache Doris, Milvus, StarRocks

morphologica - A library of supporting code for numerical modelling (JSON config, HDF5 data, Modern OpenGL visualization)

json - JSON for Modern C++

eventpp - Event Dispatcher and callback list for C++

Magic Enum C++ - Static reflection for enums (to string, from string, iteration) for modern C++, work with any enum type without any macro or boilerplate code

RapidJSON - A fast JSON parser/generator for C++ with both SAX/DOM style API

miroir - C++20 compile-time reflection library.

Crow - A Fast and Easy to use microframework for the web.