Skip to content

Commit

Permalink
Extend section
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Jan 3, 2017
1 parent 3f15cd7 commit 2933712
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions array/preallocation.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,5 @@ arr[0] = 1
arr[1] = 2
arr[2] = 3
```

That useful when you want to use an `Array` as temporal data buffer. [array-list](https://www.npmjs.com/package/array-list) is a good library for that.

0 comments on commit 2933712

Please sign in to comment.