Evan Zhou
Evan Zhou
@zhangcunli Thank you for your great work. Would you please add the case to test and make sure all tests are passed? And we need to test that when size...
@zhangcunli any update?
I think that would be much more complicated and slow, then why not just use an on-disk storage engine instead?
I think freecache is not the best choice for counter
Because read also need to modify the data.
The CPU profile shows that `memmove` is the dominant cost for freecache, `mallocgc` is the dominant cost for map. As more data populated to the memory, the memory cache miss...
@thesilentg You can launch multiple goroutines to Set the items concurrently, it may speed up the time a lot.
It requires large code modification. So no plan yet.
It only supports one-one relationship. Currently no plans to support one-many and many-many relationships. But in a table struct you can define a slice field of another table struct, and...