Skip to content

Commit b266190

Browse files
committed
Graphy maintenance seems limited.
1 parent 51c86cd commit b266190

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,9 @@ It offers:
2323
- [**Storage**](#storing) of triples/quads in memory
2424

2525
Parsing 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
3231
For Node.js, N3.js comes as an [npm package](https://npmjs.org/package/n3).

0 commit comments

Comments
 (0)