Closed PiotrZub closed 8 years ago
After create special non stream implementation of MemoryRandomAccessStream images is created ten times faster. That is why the cache is not necesary and I think it wasn't working because of problem with hashCode.
The image creation was slow indeed, if this fixes the issue there shouldn't be a need for a cache. Thanks !
After create special non stream implementation of MemoryRandomAccessStream images is created ten times faster. That is why the cache is not necesary and I think it wasn't working because of problem with hashCode.