mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-02-17 05:46:19 +01:00
![Billy Laws](/assets/img/avatar_default.png)
In some games such as SMO thousands of constant buffers are bound per frame which was causing an unreasonable number of lookups in both vmm and the buffer manager. Work around this by introducing a simple hashmap based cache, eviction is currently unsupported but not really necessary yet due to the small size of the buffers in the cache.