issues
search
filecoin-project
/
go-bitfield
Other
4
stars
8
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
ci: uci/update-go
#71
web3-bot
closed
2 months ago
0
ci: uci/copy-templates
#70
web3-bot
closed
7 months ago
0
ci: uci/update-go
#69
web3-bot
closed
7 months ago
0
build(deps): bump golang.org/x/crypto from 0.1.0 to 0.17.0
#68
dependabot[bot]
closed
10 months ago
0
ci: uci/copy-templates
#67
web3-bot
closed
1 year ago
0
ci: uci/copy-templates
#66
web3-bot
closed
1 year ago
1
ci: uci/delete-templates
#65
web3-bot
closed
1 year ago
0
Bump golang.org/x/sys from 0.0.0-20190412213103-97732733099d to 0.1.0
#64
dependabot[bot]
closed
1 year ago
2
Bump golang.org/x/crypto from 0.0.0-20190611184440-5c40567a22f8 to 0.1.0
#63
dependabot[bot]
closed
1 year ago
0
sync: update CI config files
#62
web3-bot
closed
1 year ago
0
sync: update CI config files
#61
web3-bot
closed
2 years ago
0
sync: update CI config files
#60
web3-bot
closed
2 years ago
0
deps: update imports after fork
#59
frrist
closed
2 years ago
0
polish: include rle count in marshaled json
#58
frrist
closed
2 years ago
3
sync: update CI config files
#57
web3-bot
closed
2 years ago
0
ci: delete go.yml
#56
galargh
closed
2 years ago
0
sync: update CI config files
#55
web3-bot
closed
2 years ago
2
sync: update CI config files
#54
web3-bot
closed
3 years ago
0
sync: update CI config files
#53
web3-bot
closed
3 years ago
0
make the "and" and "or" operators no-ops when operating on empty iterators
#52
Stebalien
closed
3 years ago
0
return a better "infinity" from notIter.NextRun
#51
Stebalien
closed
3 years ago
1
Optimize RLE+ Validation by specialized decoder
#50
Kubuxu
closed
3 years ago
0
Add CHANGELOG and prep for release
#49
Kubuxu
closed
4 years ago
0
Optimize RLE by 40%
#48
Kubuxu
closed
4 years ago
2
Create SECURITY.md
#47
daviddias
closed
4 years ago
0
Add circleci config
#46
Kubuxu
closed
4 years ago
0
Disable decoded cache
#45
Kubuxu
closed
4 years ago
0
Switch bitfields to by-value
#44
Stebalien
closed
4 years ago
0
Add BitField.Last
#43
Stebalien
closed
4 years ago
0
Lower the max encoded limit
#42
Stebalien
closed
4 years ago
0
Allow up to cbor-gen max byte array size
#41
Stebalien
closed
4 years ago
2
Minimally encode
#40
Stebalien
closed
4 years ago
1
Improve test coverage and add test everything
#39
Stebalien
closed
4 years ago
0
Add a cut function to cut one bitfield out of another.
#38
Stebalien
closed
4 years ago
0
Avoid re-encoding when unmodified
#37
Stebalien
closed
4 years ago
0
Optimize encoding and decoding
#36
Stebalien
closed
4 years ago
0
Validate iterator inline instead of iterating twice
#35
Stebalien
closed
4 years ago
0
Fix evaluation order bug
#34
Stebalien
closed
4 years ago
0
notIter: Better number for infinity
#33
magik6k
closed
4 years ago
0
Don't verify on decode
#32
Kubuxu
closed
4 years ago
0
fix: avoid pointer indirection in peek iter
#31
Stebalien
closed
4 years ago
0
Extract union logic to rlepluslazy sub-package
#30
Stebalien
closed
4 years ago
0
feat: streaming bitfield 'and'
#29
Stebalien
closed
4 years ago
0
optimize bitfield IsEmpty
#28
Stebalien
closed
4 years ago
0
Optimize sum
#27
Stebalien
closed
4 years ago
0
feat: implement external iteration
#26
Stebalien
closed
4 years ago
1
fix: fix merging an empty set of bitfields
#25
Stebalien
closed
4 years ago
0
In-memory representation of slice run iterator is inefficient
#24
Stebalien
opened
4 years ago
1
IsEmpty & First read the entire bitset
#23
Stebalien
opened
4 years ago
1
Unnecessary encoding/decoding
#22
Stebalien
opened
4 years ago
0
Next