Moved lcache to lmap, a bucket based concurrent hash map. But, the behaviour...
Moved lcache to lmap, a bucket based concurrent hash map. But, the behaviour is still erratic, with 28% of Gets (with inserts) taking over 10us.
Showing
- loader/loader.go 1 addition, 1 deletionloader/loader.go
- posting/list.go 18 additions, 14 deletionsposting/list.go
- posting/list_test.go 5 additions, 5 deletionsposting/list_test.go
- posting/lists.go 17 additions, 70 deletionsposting/lists.go
- posting/lmap.go 150 additions, 0 deletionsposting/lmap.go
- posting/lmap_test.go 55 additions, 0 deletionsposting/lmap_test.go
- posting/notes.txt 15 additions, 0 deletionsposting/notes.txt
Loading
Please register or sign in to comment