| AnimationFrame |
|
| Arrays |
Utility module to work with Arrays.
|
| Binary |
Binary data constants.
|
| Buffer |
Utility functions to work with buffers (Uint8Array).
|
| Cache<K,V> |
An implementation of a map which has keys that expire.
|
| DataViews |
Buffer Utility to handle big numbers
|
| Debouncer |
|
| Decoder |
Record decoding position of Uint8Array.
|
| Decoding |
Efficient schema-less binary decoding with support for variable length encoding.
|
| Diff |
Efficient diffs.
|
| Encoder |
A BinaryEncoder handles the encoding to an Uint8Array.
|
| Encoding |
Efficient schema-less binary encoding with support for variable length encoding.
|
| IncUintOptRleDecoder |
Increasing Uint Optimized RLE decoder
|
| IncUintOptRleEncoder |
Increasing Uint Optimized RLE Encoder
|
| IntDiffDecoder |
Basic diff decoder using variable length decoding.
|
| IntDiffEncoder |
Basic diff encoder using variable length encoding.
|
| IntDiffOptRleDecoder |
|
| IntDiffOptRleEncoder |
|
| IntervalObject |
|
| ListNode<T extends ListNode<T>> |
Used in NodeList
|
| Maps |
Map Utility
|
| Metric |
|
| MetricPrefix |
|
| MutexFactory |
|
| NodeList<T> |
|
| Number |
Number Utility
|
| ObservableV2 |
Handles named events.
|
| PRNG |
Fast Pseudo Random Number Generators.
|
| Queue |
|
| QueueNode |
|
| QueueValue<T> |
|
| Random |
Random Utility
|
| RedBlackTree<K extends java.lang.Comparable<K>,V> |
|
| RleDecoder<T> |
Basic Run Length decoder - a basic compression implementation.
|
| RleEncoder<T> |
Basic Run Length Encoder - a basic compression implementation.
|
| RleIntDiffDecoder |
|
| RleIntDiffEncoder |
|
| Sets |
Set Utility
|
| SimpleDiff<T> |
Simple implementation to represent diff
|
| Sort |
Efficient sort implementations.
|
| Statistics |
Statistic Utility
|
| StringDecoder |
Optimized String Decoder.
|
| StringEncoder |
Optimized String Encoder.
|
| Strings |
String Utility
|
| Time |
Time Utility
|
| Uint8Array |
An enhanced class using byte array to simulate Uint8Array
|
| UintOptRleDecoder |
Optimized Rle decoder that does not suffer from the mentioned problem of the basic Rle decoder.
|
| UintOptRleEncoder |
Optimized Rle encoder that does not suffer from the mentioned problem of the basic Rle encoder.
|