pragmaxim-com / ergo-uexplorer

Supplementary ergo chain explorer/analyzer with Scala/ZIO
MIT License
15 stars 1 forks source link

parallelize MvStore reads and writes by Maps #11

Closed pragmaxim closed 1 year ago

pragmaxim commented 1 year ago

Each MvMap can be written to concurrently without thread synchronization, let's leverage that as we will soon need to write to 14 MvMaps ... otherwise we would increase indexing speed by order of magnitude