libdart
libdart copied to clipboard
A High Performance, Network Optimized, JSON Library
The purpose of this PR is to fix an embarrassing oversight in the C API header. Apparently the C API header never declared proper alignment requirements for the opaque buffers...
RapidJSON offers much more than just parsing, it helps you generate JSON and offers various other convenient functions. https://github.com/lemire/simdjson is not as convenient as RapidJSON but if we just have...
Dart targets high performance streaming environments, but many such environments have mandates against using exceptions, which Dart doesn't currently have a good answer for. This may take the form of...
At the moment, Dart doesn't waste too much time thinking about the message that any exception is given, or whether the types meet developer expectations, just that exceptions are thrown...
The Dart benchmark driver doesn't currently include tests for `YAML` parsing. The most likely case for `YAML` parsing is that of config files, which probably don't really matter performance-wise, but...
Dart can't currently handle `YAML` anchors/references, this needs to be fixed.
As the repository starts accepting contributions/pull requests we're going to need a way to maintain consistent formatting for the codebase.
This repository will be archived in 30 days in accordance with Target's internal retention policy. Archived projects become read-only and will remain accessible to the public. If you have questions...