Prototype: VirtualMap to use Bytes instead of typed keys and values #16488
Labels
Performance
Issues related to performance concerns.
Platform Data Structures
Platform Virtual Map
Platform
Tickets pertaining to the platform
This is a part of the Virtual Mega Map epic #14395.
To store entities of different types in a single virtual map, virtual maps should be changed to work with something more generic than strongly typed keys/values as today. Task #14802 is to have a design proposal how to do that. There are at least two approaches, but it isn't clear which one would be better and faster.
This ticket is to have a prototype for one of the approaches, which is to change all VirtualMap methods to work with PBJ
Bytes
. When the prototype is ready, it will be benchmarked heavily, and there will be more information to make a final decision.The text was updated successfully, but these errors were encountered: