simple_sparse_list 0.1.4
simple_sparse_list: ^0.1.4 copied to clipboard
A simple and efficient implementation of an unmodifiable sparse list based on the binary search algorithm.
0.1.4 #
- Fixed bug in
combineRanges
- The range combining algorithm has been reimplemented.
0.1.3 #
- Added new feature: The ability to combine ranges with values.
- Added a comprehensive test to check the range combining procedure.
0.1.2 #
- Fixed error processing the
length
parameter in theSparseList
class constructor.
0.1.1 #
- Added new feature: The ability to obtain internal data has been implemented.
0.1.0 #
- Initial release