File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,10 +23,9 @@ It offers:
2323- [ ** Storage** ] ( #storing ) of triples/quads in memory
2424
2525Parsing and writing is:
26- - ** asynchronous** – triples arrive as soon as possible
27- - ** streaming** – streams are parsed as data comes in, so you can parse files larger than memory
28- - ** fast** – once the [ fastest spec-compatible parser in JavaScript] ( https://github.com/rdfjs/N3.js/tree/master/perf )
29- (but then [ graphy.js] ( https://github.com/blake-regalia/graphy.js ) came along)
26+ - 🎛 ** asynchronous** – triples arrive as soon as possible
27+ - 🚰 ** streaming** – streams are parsed as data comes in, so you can parse files larger than memory
28+ - ⚡️ ** fast** – triples are flying out at high speeds
3029
3130## Installation
3231For Node.js, N3.js comes as an [ npm package] ( https://npmjs.org/package/n3 ) .
You can’t perform that action at this time.
0 commit comments