File tree 1 file changed +5
-1
lines changed
1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 1
- # Performant array to tree
1
+ # ⛔️ DEPRECATED Performant array to tree
2
2
3
+ [ ![ No Maintenance Intended] ( http://unmaintained.tech/badge.svg )] ( http://unmaintained.tech/ )
3
4
[ ![ npm version] ( https://img.shields.io/npm/v/performant-array-to-tree.svg )] ( https://www.npmjs.com/package/performant-array-to-tree )
4
5
[ ![ minified size] ( https://img.shields.io/badge/minified_size-2.1_kb-brightgreen.svg )] ( https://github.com/philipstanislaus/performant-array-to-tree/blob/main/build/arrayToTree.min.js )
5
6
[ ![ CircleCI] ( https://circleci.com/gh/philipstanislaus/performant-array-to-tree/tree/main.svg?style=shield&circle-token=01828caf71908b915230609847a12272cc80c54d )] ( https://circleci.com/gh/philipstanislaus/performant-array-to-tree/tree/main )
8
9
[ ![ typings included] ( https://img.shields.io/badge/typings-included-brightgreen.svg )] ( #typescript )
9
10
[ ![ npm license] ( https://img.shields.io/npm/l/performant-array-to-tree.svg )] ( https://www.npmjs.com/package/performant-array-to-tree )
10
11
12
+ > [ !CAUTION]
13
+ > This repository is no longer maintained. Consider the section below for alternatives.
14
+
11
15
Converts an array of items with ids and parent ids to a nested tree in a performant way (time complexity ` O(n) ` ). Runs in browsers and node.
12
16
13
17
## Why another package
You can’t perform that action at this time.
0 commit comments