Skip to content

Commit 1063f14

Browse files
authored
Separate acknowledgments section
1 parent 9bb902a commit 1063f14

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -296,13 +296,18 @@ Here is a brief explanation, and you can see [archived benchmark results](benchm
296296

297297
Instead of trusting these claims, you can try `yarn perf:grapheme` directly in your environment or build your own benchmark.
298298

299+
## Acknowledgments
300+
301+
- **[Rust Unicode team](https://unicode-rs.github.io/)**:\
302+
The initial implementation was ported manually from [unicode-segmentation] library.
303+
304+
- **Marijn Haverbeke ([@marijnh](https://github.com/marijnh))**:\
305+
Inspired a technique that can greatly compress Unicode data table from [his library](https://github.com/marijnh/find-cluster-break).
306+
299307
## LICENSE
300308

301309
[MIT](LICENSE)
302310

303-
> [!NOTE]
304-
> The initial implementation was ported manually from Rust's [unicode-segmentation] library, which is licensed under the [MIT](licenses/unicode-segmentation_MIT.txt) license.
305-
306311
[e18e]: https://e18e.dev/
307312
[Hermes]: https://hermesengine.dev/
308313
[QuickJS]: https://bellard.org/quickjs/

0 commit comments

Comments
 (0)