index
:
containers
main
Package typedsync is an alternative to the standard library's sync that uses type-parameters for type safety.
Luke T. Shumaker
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Branch
Commit message
Author
Age
main
syncutil: Add SlicePool
Luke Shumaker
21 months
Tag
Download
Author
Age
v0.2.1
commit 21e4e3de9e...
Luke Shumaker
21 months
v0.2.0
commit 1328996a17...
Luke Shumaker
22 months
v0.1.0
commit d69037701f...
Luke Shumaker
22 months
v0.0.1
commit 716dd31f7c...
Luke Shumaker
22 months
Age
Commit message
Author
2023-02-15
syncutil: Add SlicePool
HEAD
v0.2.1
main
Luke Shumaker
2023-02-05
syncutil: MapOnce: Add a TryLoadOrDo method
v0.2.0
Luke Shumaker
2023-02-05
syncutil: Rethink CacheMap in to MapOnce
Luke Shumaker
2023-02-05
typedsync: Bring up to being a mostly-drop-in replacement for Go 1.20 sync
Luke Shumaker
2023-02-05
Rename to git.lukeshu.com/go/containers, split in to 2 separate packages
Luke Shumaker
2023-01-31
LICENSE.txt: s/program/library/, fuss with a sentence
v0.1.0
Luke Shumaker
2023-01-31
LICENSE.txt: Fix typos
Luke Shumaker
2023-01-31
cachemap: Revert the previous change, use a Pool to avoid allocations
Luke Shumaker
2023-01-31
cachemap: Try to avoid unnecessary large allocations
Luke Shumaker
2023-01-31
.golangci.yml: Turn off varnamelen
Luke Shumaker
[...]
Clone
https://git.lukeshu.com/go/containers
git://git.lukeshu.com/go/containers
ssh://${USER}@git.lukeshu.com:1863/~git/go/containers