Add TODO SparseArray

This commit is contained in:
J-Jamet
2021-03-29 13:57:30 +02:00
parent f9f59a6eb1
commit 1063dc2b63

View File

@@ -27,7 +27,7 @@ class BinaryCache {
}
}
// Similar to file storage but much faster
// Similar to file storage but much faster TODO SparseArray
private val byteArrayList = HashMap<String, ByteArray>()
fun getByteArray(key: String): KeyByteArray {