Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / dfinity/stable-structures issues and pull requests
#244 - opt: Replace Vec.resize calls with Vec.reserve + Vec.set_len
Pull Request -
State: open - Opened by frankdavid 12 days ago
#243 - test: Add two new benchmarks for benchmarking situations where not every value is read
Pull Request -
State: closed - Opened by frankdavid 12 days ago
- 1 comment
#242 - how to delete/reset all data ?
Issue -
State: open - Opened by aliscie 16 days ago
- 2 comments
#241 - feat: implement `keys` and `values` on `StableBTreeMap`
Pull Request -
State: closed - Opened by hpeebles 18 days ago
- 2 comments
Labels: external-contributor
#240 - perf: Replace BTreeMap with constant vector in MemoryManager
Pull Request -
State: closed - Opened by frankdavid 18 days ago
- 8 comments
#239 - chore: bump version to 0.6.6
Pull Request -
State: closed - Opened by dsarlis 18 days ago
- 1 comment
#238 - fix: Fix arg names in post-comment action
Pull Request -
State: closed - Opened by frankdavid 19 days ago
#237 - perf: Optimize how values are stored and handled
Pull Request -
State: closed - Opened by frankdavid 19 days ago
- 2 comments
#236 - feat: Support memory freeing
Pull Request -
State: open - Opened by hpeebles 19 days ago
- 3 comments
Labels: external-contributor
#235 - feat: implement `DoubleEndedIterator` for `StableBTreeMap`
Pull Request -
State: closed - Opened by hpeebles 23 days ago
- 7 comments
Labels: external-contributor
#234 - feat: move initialization of `StableBTreeMap` cursors into `Iter`
Pull Request -
State: closed - Opened by hpeebles 26 days ago
Labels: external-contributor
#233 - range() function not working as expected
Issue -
State: closed - Opened by mzurs about 1 month ago
- 1 comment
#232 - chore: upgrade canbench from 0.1.1 to 0.1.7
Pull Request -
State: closed - Opened by ielashi about 1 month ago
- 1 comment
#231 - feat: move initialization of `StableBTreeMap` cursors into `Iter`
Pull Request -
State: closed - Opened by hpeebles about 2 months ago
- 4 comments
Labels: external-contributor
#230 - chore(deps): bump thollander/actions-comment-pull-request from 2 to 3
Pull Request -
State: closed - Opened by dependabot[bot] about 2 months ago
- 1 comment
Labels: dependencies
#229 - Issue using ic-stable-structure v0.6.5
Issue -
State: closed - Opened by crazycrab0x2 3 months ago
#228 - Error on using ic_stable_structures v0.6.5
Issue -
State: closed - Opened by crazycrab0x2 4 months ago
#227 - Performance considerations
Issue -
State: open - Opened by wasm-forge 4 months ago
- 5 comments
#226 - Question: What are risks in `unbound struct` including (variable-length) Vec field?
Issue -
State: closed - Opened by linnefromice 6 months ago
- 3 comments
#225 - chore(deps): bump dawidd6/action-download-artifact from 3.1.4 to 6
Pull Request -
State: closed - Opened by dependabot[bot] 6 months ago
- 1 comment
Labels: dependencies
#224 - chore(deps): bump dawidd6/action-download-artifact from 3.1.4 to 5
Pull Request -
State: closed - Opened by dependabot[bot] 6 months ago
- 2 comments
Labels: dependencies
#223 - chore: bump version to 0.6.5
Pull Request -
State: closed - Opened by ielashi 6 months ago
- 1 comment
#222 - fix: grow memory when necessary in `BaseVec::set`.
Pull Request -
State: closed - Opened by ielashi 6 months ago
- 1 comment
#221 - The inconsistency of `init` APIs
Issue -
State: open - Opened by zhangwei983 6 months ago
- 4 comments
#220 - Question: How to know how much memory is a BtreeMap using?
Issue -
State: open - Opened by ufoscout 6 months ago
- 2 comments
#219 - fix(ci): Sanitize PR title by using ENV
Pull Request -
State: closed - Opened by jwndlng 6 months ago
- 1 comment
#218 - fix: don't print PR title in github workflow
Pull Request -
State: closed - Opened by ielashi 6 months ago
- 1 comment
#217 - feat: Add fuzzers for BTreeMap and MinHeap
Pull Request -
State: closed - Opened by venkkatesh-sekar 6 months ago
- 3 comments
#215 - Question: nested Vec, Map by stable memory are available?
Issue -
State: closed - Opened by linnefromice 7 months ago
- 6 comments
#214 - chore: increment version number
Pull Request -
State: closed - Opened by ielashi 7 months ago
- 1 comment
#213 - test: BTreeMap: add case for deallocating root node with overflows
Pull Request -
State: closed - Opened by ielashi 7 months ago
- 1 comment
#212 - fix: BTreeMap memory issue when deallocating nodes with overflows
Pull Request -
State: closed - Opened by ielashi 8 months ago
- 2 comments
#211 - chore(deps): bump actions/cache from 2 to 4
Pull Request -
State: closed - Opened by dependabot[bot] 8 months ago
- 1 comment
Labels: dependencies
#211 - chore(deps): bump actions/cache from 2 to 4
Pull Request -
State: closed - Opened by dependabot[bot] 8 months ago
- 1 comment
Labels: dependencies
#210 - chore(deps): bump actions/checkout from 2 to 4
Pull Request -
State: closed - Opened by dependabot[bot] 8 months ago
- 1 comment
Labels: dependencies
#210 - chore(deps): bump actions/checkout from 2 to 4
Pull Request -
State: closed - Opened by dependabot[bot] 8 months ago
- 1 comment
Labels: dependencies
#209 - fix: posting canbench results from forked repos
Pull Request -
State: closed - Opened by ielashi 8 months ago
#209 - fix: posting canbench results from forked repos
Pull Request -
State: closed - Opened by ielashi 8 months ago
#208 - Explore tooling for browsing stable structures
Issue -
State: open - Opened by ielashi 8 months ago
#207 - fix: canbench post comment in CI from forked repos (part 1)
Pull Request -
State: closed - Opened by ielashi 8 months ago
- 1 comment
#206 - fix: CI for forked repos
Pull Request -
State: closed - Opened by ielashi 9 months ago
#205 - fix: CI for forked repos
Pull Request -
State: closed - Opened by ielashi 9 months ago
#204 - feat: Add stable B tree set in stable structures
Pull Request -
State: open - Opened by dragoljub-duric 9 months ago
- 1 comment
#203 - refactor: Move code for implementing Storable for tuples to separate file
Pull Request -
State: closed - Opened by dragoljub-duric 9 months ago
- 1 comment
#202 - feat: Implement Storable for three elements tuples
Pull Request -
State: closed - Opened by dragoljub-duric 9 months ago
- 3 comments
#201 - chore: Release Stable Structures 0.6.3
Pull Request -
State: closed - Opened by dragoljub-duric 9 months ago
- 1 comment
#200 - fix: permissions in benchmark CI job
Pull Request -
State: closed - Opened by ielashi 9 months ago
- 1 comment
#199 - fix: CI job examples
Pull Request -
State: closed - Opened by dragoljub-duric 9 months ago
- 1 comment
#198 - chore: Reimplement BTreeMap::clear() to not consume self
Pull Request -
State: closed - Opened by dragoljub-duric 9 months ago
- 1 comment
#197 - chore: Add a bot to update github actions
Pull Request -
State: closed - Opened by bitdivine 9 months ago
- 6 comments
#197 - chore: Add a bot to update github actions
Pull Request -
State: open - Opened by bitdivine 9 months ago
- 1 comment
#196 - chore: Storable (A, B, C) unbounded
Pull Request -
State: closed - Opened by dragoljub-duric 10 months ago
- 1 comment
#195 - feat: Implement Storable for tuples with three elements
Pull Request -
State: closed - Opened by dragoljub-duric 10 months ago
- 4 comments
#195 - feat: Implement Storable for tuples with three elements
Pull Request -
State: closed - Opened by dragoljub-duric 10 months ago
- 4 comments
#194 - feat: use canbench for benchmarks
Pull Request -
State: closed - Opened by ielashi 10 months ago
- 1 comment
#193 - chore: Upgrade Rust version
Pull Request -
State: closed - Opened by dragoljub-duric 10 months ago
- 1 comment
#192 - fix: failing edge cases in `Writer` tests
Pull Request -
State: closed - Opened by dragoljub-duric 10 months ago
- 4 comments
#191 - perf: Add benchmarks for BtreeMap::Iterator::count()
Pull Request -
State: closed - Opened by dragoljub-duric 10 months ago
- 1 comment
#190 - perf: BTreeMap: make `range().count()` more efficient
Pull Request -
State: closed - Opened by dragoljub-duric 10 months ago
- 4 comments
#189 - Optimize `btreemap::range(...).count()`
Issue -
State: closed - Opened by peterpeterparker 10 months ago
- 4 comments
#188 - feat: Implement into_memory for memory manager
Pull Request -
State: closed - Opened by bitdivine 10 months ago
- 6 comments
#187 - chore: remove outdated changelog
Pull Request -
State: closed - Opened by ielashi 10 months ago
#186 - feat: implement `storable` for `bool`
Pull Request -
State: closed - Opened by linnefromice 10 months ago
- 5 comments
Labels: external-contributor
#185 - Why don’t you include the default `Storable` implementation for `bool`?
Issue -
State: closed - Opened by linnefromice 10 months ago
- 4 comments
#184 - docs: remove outdated precondition
Pull Request -
State: closed - Opened by ielashi 10 months ago
#183 - chore: bump `candid` and `ic-cdk` versions
Pull Request -
State: closed - Opened by hpeebles 10 months ago
- 2 comments
Labels: external-contributor
#182 - chore: Update CODEOWNERS
Pull Request -
State: closed - Opened by ielashi 10 months ago
#181 - chore: upgrade library version
Pull Request -
State: closed - Opened by ielashi 10 months ago
#180 - fix: vec should panic when trying to insert element > `MAX_SIZE`
Pull Request -
State: closed - Opened by ielashi 10 months ago
#179 - chore(deps): bump h2 from 0.3.23 to 0.3.24
Pull Request -
State: closed - Opened by dependabot[bot] 11 months ago
Labels: dependencies
#178 - feat: add a `bench` macro to `canbench`.
Pull Request -
State: closed - Opened by ielashi 11 months ago
#177 - chore: split benchmarking logic into two crates.
Pull Request -
State: closed - Opened by ielashi 11 months ago
#176 - chore: minor enhancements to benchmarking logic.
Pull Request -
State: closed - Opened by ielashi 11 months ago
#175 - feat: package benchmark runner into a re-usable binary (`canbench`)
Pull Request -
State: closed - Opened by ielashi 11 months ago
#174 - refactor: add config file for benchmarks
Pull Request -
State: closed - Opened by ielashi 11 months ago
#173 - chore: move benchmarking logic into the `profiler` crate.
Pull Request -
State: closed - Opened by ielashi 11 months ago
#172 - chore: port `run-benchmark.sh` into rust.
Pull Request -
State: closed - Opened by ielashi 11 months ago
#171 - feat: detect benchmarks automatically.
Pull Request -
State: closed - Opened by ielashi 11 months ago
#170 - chore: remove obsolete benchmark bash script
Pull Request -
State: closed - Opened by ielashi 11 months ago
#169 - clear() takes ownership, so it can't be wrapped
Issue -
State: closed - Opened by borovan 11 months ago
- 3 comments
#168 - bug: recovery from ic_stable_structures::Vec may fail for complex data structures
Issue -
State: closed - Opened by linnefromice 11 months ago
- 4 comments
#167 - chore: bump version to 0.6.1
Pull Request -
State: closed - Opened by ielashi 12 months ago
#166 - BTreeMap: Explore making node loading less expensive
Issue -
State: open - Opened by ielashi 12 months ago
#165 - chore: Add fuzz test for memory manager on stable structures
Pull Request -
State: closed - Opened by dragoljub-duric 12 months ago
#164 - perf: Add benchmark test with allocation of many buckets to StableStructures
Pull Request -
State: closed - Opened by dragoljub-duric 12 months ago
#163 - feat: impl Storable for ic_principal::Principal
Pull Request -
State: closed - Opened by sesi200 12 months ago
#162 - feat: impl Storable for candid:Principal
Pull Request -
State: closed - Opened by sesi200 12 months ago
- 1 comment
#161 - chore: Add benchmark test with allocation of many buckets to StableStructures
Pull Request -
State: closed - Opened by dragoljub-duric 12 months ago
#160 - feat: Add benchmark to StableStructures CI
Pull Request -
State: closed - Opened by dragoljub-duric 12 months ago
#159 - chore(deps): bump candid from 0.9.5 to 0.9.11 in /examples
Pull Request -
State: closed - Opened by dependabot[bot] 12 months ago
Labels: dependencies
#158 - chore(deps): bump candid from 0.9.5 to 0.9.11
Pull Request -
State: closed - Opened by dependabot[bot] 12 months ago
Labels: dependencies
#157 - Implement `DoubleEndedIterator` for `BTreeMap`
Issue -
State: closed - Opened by ielashi 12 months ago
- 1 comment
#156 - feat: impl `DoubleEndedIterator` for `Vec`
Pull Request -
State: closed - Opened by hpeebles about 1 year ago
- 5 comments
Labels: cla:agreed
#155 - Implement Storable for Vec<T> where T: Storable
Issue -
State: open - Opened by ielashi about 1 year ago
- 2 comments
#154 - chore: update rust to 1.73
Pull Request -
State: closed - Opened by ielashi about 1 year ago
#153 - chore(deps): bump rustix from 0.37.19 to 0.37.25
Pull Request -
State: closed - Opened by dependabot[bot] about 1 year ago
Labels: dependencies
#152 - chore: release 0.6.0
Pull Request -
State: closed - Opened by ielashi about 1 year ago
#151 - bump rustc
Pull Request -
State: closed - Opened by chenyan-dfinity about 1 year ago
#150 - feat: impl pop_last() & pop_first() for BTreeMap
Pull Request -
State: closed - Opened by witter-deland about 1 year ago
Labels: cla:agreed
#149 - test: add 'range' operation to btree comprehensive test
Pull Request -
State: closed - Opened by ielashi about 1 year ago