Vikt0r-Nekrutenko / ChunkedMap

Simple demonstration of chunked map with preloaded cache

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ChunkedMap

Simple demonstration of chunked map with preloaded cache view

Now this project included in stf lib and next screen demonstrate abilities:

  • low use New Delete operations
  • low use read from far memory(files) operations
  • high life timing of chunks (10 seconds)
  • high fps for full drawing the chunks one by one

AND THE MOST IMPORTANT NEXT SCREEN DEMONTRATE MAP THAT HAS 3000x3000 CHUNKS!!!

stf::sdb::ChunkedMapT<Chunk>{3000, 3000};

where every chunk has 8x8 cells that present symbols. i guess it's awesome :)

view2

Copyright (C) 2022 Viktor Nekrutenko

About

Simple demonstration of chunked map with preloaded cache


Languages

Language:C++ 94.9%Language:QMake 5.1%