| Name |
Last commit
|
Last Update |
|---|---|---|
| .. | ||
| .settings | ||
| java/com/google/android/exoplayer | ||
| res | ||
| .classpath | ||
| .project | ||
| AndroidManifest.xml | ||
| project.properties |
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 |
|---|---|---|
| .. | ||
| .settings | Loading commit data... | |
| java/com/google/android/exoplayer | Loading commit data... | |
| res | Loading commit data... | |
| .classpath | Loading commit data... | |
| .project | Loading commit data... | |
| AndroidManifest.xml | Loading commit data... | |
| project.properties | Loading commit data... |