mirror of
https://github.com/MedUnes/go-kata.git
synced 2026-03-12 21:55:53 +07:00
add resources for benchmarking Concurrent Map with Sharded Locks
This commit is contained in:
@@ -51,3 +51,5 @@ Implement `ShardedMap[K comparable, V any]` with configurable shard count that p
|
||||
* [Go Maps Don't Appear to be O(1)](https://dave.cheney.net/2018/05/29/how-the-go-runtime-implements-maps-efficiently-without-generics)
|
||||
* [When to use sync.Map](https://dave.cheney.net/2017/07/30/should-i-use-sync-map)
|
||||
* [Practical Sharded Maps](https://github.com/orcaman/concurrent-map)
|
||||
* [Reading Go Benchmark Output (Part One): Memory](https://farbodahm.me/posts/reading-go-benchmark-output-memory/)
|
||||
* [Reading Go Benchmark Output (Part Two): CPU Profiling](https://farbodahm.me/posts/reading-go-benchmark-output-cpu/)
|
||||
|
||||
Reference in New Issue
Block a user