| Name |
Last commit
|
Last Update |
|---|---|---|
| .. | ||
| doc_src/images | ||
| src/main | ||
| .project~ | ||
| build.gradle |
Looking up a long in a HashSet<Long> auto boxes the long and leaves it for the GC. As decodeOnly is relatively infrequent it's much better to do a simple linear search in a List<Long>. That way we can avoid boxing every incoming time stamp value. In the general case this will be linear searching in an empty list, a very fast operation. Signed-off-by: Jonas Larsson <jonas@hallerud.se>
| Name |
Last commit
|
Last Update |
|---|---|---|
| .. | ||
| doc_src/images | Loading commit data... | |
| src/main | Loading commit data... | |
| .project~ | Loading commit data... | |
| build.gradle | Loading commit data... |