Pmovil / CN1WindowsPort

Windows RT port to Codename One
MIT License
6 stars 3 forks source link

CreateImage soeed uo x10; turn off image cache #15

Closed PiotrZub closed 8 years ago

PiotrZub commented 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.

FabricioCabeca commented 8 years ago

The image creation was slow indeed, if this fixes the issue there shouldn't be a need for a cache. Thanks !