7 ms·
I like to have only one writer thread for any data. This can have its own flyweight. Other threads can be readers each having their own read only flyweight im
by mjpt777 14y ago
I like to have only one writer thread for any data. This can have its own flyweight. Other threads can be readers each having their own read only flyweight implementation.