@shelf/fast-natural-order-by
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "@shelf/fast-natural-order-by", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Lightweight and performant natural sorting of arrays and collections by differentiating between unicode characters, numbers, dates, etc. 150,000x faster fork of natural-orderby for longer strings", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -38,2 +38,5 @@ # fast-natural-order-by [![CircleCI](https://circleci.com/gh/shelfio/fast-natural-order-by/tree/master.svg?style=svg)](https://circleci.com/gh/shelfio/fast-natural-order-by/tree/master)![](https://img.shields.io/badge/code_style-prettier-ff69b4.svg) | ||
See [this commit](https://github.com/shelfio/fast-natural-order-by/commit/7dd90e00503149ba75fdbefa0247b9d7a25f1745) to udnerstand | ||
how the performance was fixed. | ||
## Usage | ||
@@ -501,6 +504,6 @@ | ||
Forked from https://github.com/yobacca/natural-orderby to improve performance. | ||
- [@yobacca](https://github.com/yobacca): forked from [his repo](https://github.com/yobacca/natural-orderby) to improve performance. | ||
- [@JordanAtBridgit](https://github.com/JordanAtBridgit) for [localizing the performance problem](https://github.com/yobacca/natural-orderby/issues/101#issuecomment-896318773) | ||
- Originally inspired by [The Alphanum Algorithm](http://www.davekoelle.com/alphanum.html) from Dave Koelle. | ||
Originally inspired by [The Alphanum Algorithm](http://www.davekoelle.com/alphanum.html) from Dave Koelle. | ||
## Publish | ||
@@ -507,0 +510,0 @@ |
38926
519