issues
search
Robbepop
/
string-interner
A data structure to efficiently intern, cache and restore strings.
Other
175
stars
30
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
StringInterner: Ensure `ends` precedes `buffer` in memory
#77
Caellian
opened
1 week ago
0
Add interner lifetime and improve documentation
#76
Caellian
opened
1 week ago
2
Document interned string location
#75
Caellian
opened
1 week ago
3
Prepare release of `string-interner` v0.18.0
#74
Robbepop
closed
2 weeks ago
1
Clean-up dependencies, do some chores
#73
Robbepop
closed
2 weeks ago
1
Enabling the "std" feature always enables "serde"
#72
davnavr
closed
2 weeks ago
2
Fallible APIs for StringInterner for #70
#71
royaltm
opened
6 months ago
13
Add fallible APIs for `StringInterner`
#70
royaltm
opened
6 months ago
2
Prepare `string-interner` release version `v0.17`
#69
Robbepop
closed
7 months ago
0
Fix `BufferBackend` soundness issue and add `StringInterner::resolve_unchecked`
#68
Robbepop
closed
7 months ago
0
Prepare release for `string-interner` version `0.16`
#67
Robbepop
closed
7 months ago
0
Fix unsoundness in `BucketBackend::shrink_to_fit`
#66
Robbepop
closed
7 months ago
0
Add `StringInterner::iter` method
#65
Robbepop
closed
7 months ago
0
Improve varlen encoding of `BufferBackend`
#64
Robbepop
closed
7 months ago
0
Prepare `v0.15.0` release
#63
Robbepop
closed
9 months ago
0
Make a new release?
#62
fornwall
closed
9 months ago
3
Modernise CI job pipeline
#61
Robbepop
closed
9 months ago
0
Fix clippy issues, resolve tech debt
#60
Robbepop
closed
9 months ago
0
Modernize Rust formatting
#59
Robbepop
closed
9 months ago
0
Update hashbrown to 0.14
#58
fornwall
closed
9 months ago
2
Add const new_uninit to existing crate symbols
#57
Caellian
closed
1 year ago
0
Fix formatting in the string backend
#56
abs0luty
closed
1 year ago
0
fix(string): remove unnecessary casts
#55
abs0luty
closed
1 year ago
2
fix(buffer): replace `*` with `+` (duplicate)
#54
abs0luty
closed
1 year ago
1
fix(buffer): replace `*` with `+`
#53
abs0luty
closed
1 year ago
1
Fix "allocatios" typo
#52
Rudxain
closed
1 year ago
1
Faster encoding for lengths in BufferBackend.
#51
reinerp
closed
6 months ago
4
*/+ confusion
#50
reinerp
closed
1 year ago
2
`BufferBackend`: internal method has unsound signature
#49
reinerp
closed
7 months ago
3
Fix undefined behaviour in `shrink_to_fit`
#47
jedel1043
closed
7 months ago
1
`shrink_to_fit` method for the bucket backend is unsound
#46
jedel1043
closed
7 months ago
4
[serde] `Deserialize`+`Serialize` impl for (this crate's) `T: Symbol` implementors
#45
fogti
opened
2 years ago
6
feat: Better `no_std` support
#44
YXL76
closed
2 years ago
1
impl TryFrom, Into for Symbol via gen_symbol_for
#43
lorenzleutgeb
closed
2 years ago
7
Make string interner and backends compatible with more types
#42
jedel1043
closed
7 months ago
11
Compare symbols by values of interned strings
#41
AahzBrut
closed
2 years ago
8
Removing unused Symbols from cache
#40
AahzBrut
closed
2 years ago
4
RFE: Intern C-FFI compatible strings
#39
dralley
opened
2 years ago
1
crates.io release?
#38
kornelski
closed
3 years ago
2
Support more than 4G of interned strings with StringBackend
#37
shikhar
closed
3 years ago
5
Add shrink_to_fit() to StringInterner via Backend
#36
shikhar
closed
3 years ago
2
Is this string interner supposed to be deterministic?
#35
vi
closed
3 years ago
3
Ensure cloned interner can still look up the same symbols
#34
alamb
closed
3 years ago
1
`Clone`d can no longer find interned symbols
#33
alamb
closed
3 years ago
3
BucketBackend is not Send or Sync
#32
mpdn
closed
4 years ago
4
Question: Are interned strings freed when the interning StringInterner goes out of scope?
#31
Diggsey
closed
4 years ago
1
Improve BucketBackend
#30
Robbepop
closed
4 years ago
1
Implement new Send + Sync bucket backend
#29
Robbepop
closed
4 years ago
1
add testing to travis CI again (needed for coverage reporting)
#28
Robbepop
closed
4 years ago
1
Add miri to GitHub Actions CI
#27
Robbepop
closed
4 years ago
0
Next