Skip to content

Commit 559cee1

Browse files
committed
WIP
1 parent 36022ce commit 559cee1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@
1515
[![Release](https://img.shields.io/github/release/CogitatorTech/ordered.svg?label=release&style=flat&labelColor=282c34&logo=github)](https://github.com/CogitatorTech/ordered/releases/latest)
1616
[![License](https://img.shields.io/badge/license-MIT-007ec6?label=license&style=flat&labelColor=282c34&logo=open-source-initiative)](https://github.com/CogitatorTech/ordered/blob/main/LICENSE)
1717

18-
A collection of data structures that keep data in order in pure Zig
18+
Pure Zig implementations of high-performance, memory-safe ordered data structures
1919

2020
</div>
2121

2222
---
2323

24-
Ordered is a Zig library that provides implementations of various popular data structures including
24+
Ordered is a Zig library that provides efficient implementations of various popular data structures including
2525
B-tree, skip list, trie, and red-black tree for Zig programming language.
2626

2727
### Features

0 commit comments

Comments
 (0)