]> Cypherpunks repositories - gostls13.git/commit
internal/sync: move HashTrieMap from internal/concurrent
authorMichael Anthony Knyszek <mknyszek@google.com>
Fri, 21 Jun 2024 17:20:00 +0000 (17:20 +0000)
committerGopher Robot <gobot@golang.org>
Mon, 18 Nov 2024 20:29:08 +0000 (20:29 +0000)
commit4804d0daca1e4f275890d9a74f538796558b5efa
treea1a3f2e6507dd5ba8faa29a26065b115dc01c277
parentcea365ddfb21ba0538072068a39c358733956ffa
internal/sync: move HashTrieMap from internal/concurrent

This change moves internal/concurrent.HashTrieMap from
internal/concurrent into internal/sync just to clean up the packages a
bit. This is all in anticipation of using HashTrieMap from the sync
package.

Change-Id: I18c007a301f83979d72f5d6bea600c42eaf2421e
Reviewed-on: https://go-review.googlesource.com/c/go/+/594058
Auto-Submit: Michael Knyszek <mknyszek@google.com>
Reviewed-by: David Chase <drchase@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
src/go/build/deps_test.go
src/internal/sync/export_test.go [new file with mode: 0644]
src/internal/sync/hashtriemap.go [moved from src/internal/concurrent/hashtriemap.go with 99% similarity]
src/internal/sync/hashtriemap_bench_test.go [moved from src/internal/concurrent/hashtriemap_bench_test.go with 89% similarity]
src/internal/sync/hashtriemap_test.go [moved from src/internal/concurrent/hashtriemap_test.go with 81% similarity]
src/unique/handle.go