daw_json_link_bigint_mp_numbers
Number parser
Demonstrates parsing and serialization of large numbers in JSON format using C++
Demo showing parsing/serializing of multiprecision and bigint numbers
0 stars
3 watching
0 forks
Language: C++
last commit: about 4 years ago Related projects:
Repository | Description | Stars |
---|---|---|
beached/daw_json_link | A high-performance JSON serialization and parsing library with features like direct mapping to custom data structures and lazy parsing. | 477 |
beached/daw_json_link_describe | Library that serializes types mapped by Boost.Describe into JSON format | 4 |
beached/daw_json_link_config_parser | An example C++ project to parse a specific configuration file format | 1 |
kasparsklavins/bigint | A lightweight C++ library for performing large arithmetic operations on arbitrarily long integers | 220 |
dolabmoon/bigint | A C++ implementation of arbitrarily large integers using bitset | 2 |
ron4fun/bigintegercpp | A C++11 implementation of a large integer library for efficient and clean arithmetic operations on arbitrary-precision integers | 33 |
luizperes/simdjson_nodejs | Bindings for the simdjson JSON parser to enable fast parsing of large JSON data sets in Node.js. | 554 |
gschjetne/json-mop | A metaclass library for serializing and deserializing objects in Common Lisp to and from JSON data | 61 |
yak32/glw_json | A compact C++ library for fast and efficient JSON serialization without memory allocation during parsing. | 8 |
nim-lang/bigints | Provides arbitrary precision integers with standard Nim syntax for efficient and accurate calculations | 124 |
hjson/hjson-cpp | A C++ library for parsing and generating JSON data | 70 |
mwh/jqjs | A JavaScript implementation of the jq JSON query language | 84 |
attaswift/bigint | A pure Swift implementation of arbitrary-precision arithmetic for integers and floating-point numbers | 764 |
bytedance/sonic-cpp | A fast JSON serialization and deserialization library with SIMD acceleration | 855 |
panks/biginteger | A high-performance implementation of large integer arithmetic in C++ | 96 |