libdart icon indicating copy to clipboard operation
libdart copied to clipboard

A High Performance, Network Optimized, JSON Library

Results 9 libdart issues
Sort by recently updated
recently updated
newest added

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...

enhancement

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...

enhancement
help wanted

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...

enhancement
help wanted

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...

enhancement
help wanted
good first issue

Dart can't currently handle `YAML` anchors/references, this needs to be fixed.

bug
help wanted
good first issue

As the repository starts accepting contributions/pull requests we're going to need a way to maintain consistent formatting for the codebase.

enhancement

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...