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

#67 - feat: add principal and bool types

Pull Request - State: closed - Opened by 0kenx over 1 year ago - 8 comments
Labels: cla:agreed

#66 - Add benchmarks with u64 values

Pull Request - State: closed - Opened by adambratschikaye over 1 year ago

#65 - chore: setup path for benchmarks

Pull Request - State: closed - Opened by ielashi over 1 year ago

#64 - chore: bump version

Pull Request - State: closed - Opened by ielashi over 1 year ago

#63 - feat: add a constant for the max number of pages

Pull Request - State: closed - Opened by roman-kashitsyn over 1 year ago

#62 - Add instructions for external contributions and code of conduct

Pull Request - State: closed - Opened by dsarlis over 1 year ago

#61 - Update copyright ownership

Pull Request - State: closed - Opened by dsarlis over 1 year ago

#60 - feat(btreemap): add iter_upper_bound api

Pull Request - State: closed - Opened by roman-kashitsyn over 1 year ago

#59 - feat: make floats storable

Pull Request - State: closed - Opened by roman-kashitsyn almost 2 years ago

#58 - feat: add benchmarks to CI

Pull Request - State: closed - Opened by ielashi almost 2 years ago

#57 - Run benchmarks with Criterion

Pull Request - State: closed - Opened by adambratschikaye almost 2 years ago

#56 - chore: add benchmarks for stable vector

Pull Request - State: closed - Opened by roman-kashitsyn almost 2 years ago

#55 - chore: bump version

Pull Request - State: closed - Opened by ielashi almost 2 years ago

#54 - fix: encoding of tuples with u16 entries

Pull Request - State: closed - Opened by roman-kashitsyn almost 2 years ago

#53 - feat(btreemap): add methods to get first/last entry

Pull Request - State: closed - Opened by roman-kashitsyn almost 2 years ago

#52 - feat: add profiling info to benchmarks

Pull Request - State: closed - Opened by ielashi almost 2 years ago - 2 comments

#51 - chore: upgrade rust from 1.63 to 1.67

Pull Request - State: closed - Opened by ielashi almost 2 years ago

#50 - feat: add benchmarks for BTreeMap

Pull Request - State: closed - Opened by ielashi almost 2 years ago

#49 - chore: bump version to 0.5.0

Pull Request - State: closed - Opened by ielashi almost 2 years ago

#48 - fix(log, vec): use u64 for indices and lengths

Pull Request - State: closed - Opened by roman-kashitsyn almost 2 years ago - 3 comments

#47 - chore: minor B-Tree fixes

Pull Request - State: closed - Opened by dfinity-berestovskyy almost 2 years ago - 2 comments

#46 - chore: remove unnecessary representation attributes

Pull Request - State: closed - Opened by dfinity-berestovskyy almost 2 years ago - 2 comments

#45 - test(memorymanager): test non-default bucket size

Pull Request - State: closed - Opened by ielashi almost 2 years ago

#44 - fix(memorymanager): remove unneeded assertion

Pull Request - State: closed - Opened by ielashi almost 2 years ago

#43 - chore: refactor MemoryManager layout implementation

Pull Request - State: closed - Opened by dfinity-berestovskyy almost 2 years ago - 1 comment

#42 - Example not working anymore

Issue - State: closed - Opened by gabrielnic almost 2 years ago - 3 comments

#41 - chore: update library version

Pull Request - State: closed - Opened by ielashi almost 2 years ago

#40 - fix: update benchmarking code to use new btreemap insert API

Pull Request - State: closed - Opened by ielashi almost 2 years ago

#39 - Remove BTreeHeader representation attribute

Pull Request - State: closed - Opened by dfinity-berestovskyy almost 2 years ago

#38 - Enforce the ordering of the fields

Pull Request - State: closed - Opened by dfinity-berestovskyy almost 2 years ago

#37 - chore(btreemap): remove errors from 'insert' API

Pull Request - State: closed - Opened by ielashi almost 2 years ago

#36 - feat(log, vec): implement random-access iterators

Pull Request - State: closed - Opened by roman-kashitsyn almost 2 years ago

#35 - refactor(storable): eliminate unnecessary buffer clones

Pull Request - State: closed - Opened by roman-kashitsyn almost 2 years ago

#34 - feat(log): make the stable log typed

Pull Request - State: closed - Opened by roman-kashitsyn almost 2 years ago

#33 - feat(btreemap): implement proper range scan

Pull Request - State: closed - Opened by roman-kashitsyn almost 2 years ago - 3 comments

#32 - feat: add more (bounded) storable types

Pull Request - State: closed - Opened by roman-kashitsyn almost 2 years ago

#31 - chore: update the default bucket size of `MemoryManager` to 8MiB.

Pull Request - State: closed - Opened by ielashi almost 2 years ago

#30 - fix: do not make `BoundedStorable` fixed size by default

Pull Request - State: closed - Opened by ielashi almost 2 years ago

#29 - feat: add benchmarks for `MemoryManager`.

Pull Request - State: closed - Opened by ielashi almost 2 years ago

#28 - refactor(btreemap): change the type argument order

Pull Request - State: closed - Opened by roman-kashitsyn almost 2 years ago - 1 comment

#27 - feat: add btreemap benchmarks

Pull Request - State: closed - Opened by ielashi almost 2 years ago - 1 comment

#26 - optimize: reduce stable memory accesses in BTreeMap by 10x.

Pull Request - State: closed - Opened by ielashi almost 2 years ago - 1 comment

#25 - chore: update owners

Pull Request - State: closed - Opened by ielashi almost 2 years ago - 2 comments

#24 - feat: add benchmark for BTreeMap

Pull Request - State: closed - Opened by ielashi almost 2 years ago - 1 comment

#23 - feat: add stable vec implementation

Pull Request - State: closed - Opened by roman-kashitsyn almost 2 years ago

#22 - Fix #15 - make MemoryManager::init_with_buckets public

Pull Request - State: closed - Opened by ufoscout almost 2 years ago - 4 comments
Labels: cla:agreed

#21 - docs: fix typo

Pull Request - State: closed - Opened by saikatdas0790 almost 2 years ago
Labels: cla:agreed

#20 - feat: add quickstart example

Pull Request - State: closed - Opened by ielashi almost 2 years ago

#19 - Add stable BinaryHeap implementation.

Pull Request - State: closed - Opened by fooris about 2 years ago - 1 comment

#18 - Add basic stable vec implementation

Pull Request - State: closed - Opened by fooris about 2 years ago - 3 comments

#17 - chore: Enhancements to the StableBTreeMap API.

Pull Request - State: closed - Opened by ielashi about 2 years ago - 3 comments

#16 - feat: reading stable structures from a file

Pull Request - State: closed - Opened by ielashi about 2 years ago

#15 - Big preallocation slows tests

Issue - State: closed - Opened by F3kilo about 2 years ago - 3 comments

#14 - BREAKING CHANGE: change `Storable` encoding of integers from le to be

Pull Request - State: closed - Opened by ielashi about 2 years ago

#13 - Update memory manager memory layout documentation

Pull Request - State: closed - Opened by frederikrothenberger about 2 years ago

#12 - impl StableVec, StableHashMap.... for stable-structures

Issue - State: closed - Opened by ethever about 2 years ago - 1 comment

#11 - feat: Implement reader and writer

Pull Request - State: closed - Opened by frederikrothenberger about 2 years ago

#10 - Running into errors when trying to store a Principal

Issue - State: closed - Opened by saikatdas0790 about 2 years ago - 2 comments

#9 - README: Add a link to the crates.io package, preferable with badges

Issue - State: closed - Opened by saikatdas0790 about 2 years ago - 1 comment

#8 - fix: correctly grow memory on values of size 0

Pull Request - State: closed - Opened by frederikrothenberger about 2 years ago

#7 - feat: add examples

Pull Request - State: closed - Opened by ielashi about 2 years ago

#6 - docs: improve module docs

Pull Request - State: closed - Opened by ielashi about 2 years ago

#5 - Implement storable for unit

Pull Request - State: closed - Opened by frederikrothenberger about 2 years ago

#4 - chore: move `stable-structures` out of the `ic` repo.

Pull Request - State: closed - Opened by ielashi about 2 years ago

#3 - StableBTreeMap

Pull Request - State: closed - Opened by ielashi over 2 years ago - 3 comments

#2 - feat: add an impl of Memory that uses ic0 API

Pull Request - State: closed - Opened by roman-kashitsyn over 2 years ago

#1 - Implement Stable HashMap

Pull Request - State: closed - Opened by ielashi about 3 years ago - 2 comments