Kento Sugama

Results 8 issues of Kento Sugama

Array append is a useful function, and so should not be deprecated. Documentation still includes warning of its linear complexity and suggestions to use a buffer instead.

Similar to the one in the `Nat module`

Create implementation agnostic Map, List, and Set classes. This lets the user not have to think about the implementation of the data structure, and we can pick the best “general...

TDL: - [ ] Port over useful functions from buffer module - [ ] Unify variable naming and type parameters with buffer module

Heap version of: https://github.com/dfinity/motoko-base/pull/429 First merge review/polish/merge #429.

Work by @Sardariuss AKA Tanguy on a clone of [StableBTreeMap implementation in rust](https://github.com/dfinity/stable-structures). Related to [bounty](https://forum.dfinity.org/t/icdevs-org-bounty-24-stablebtree-mokoko-up-to-10k/14867/15) by ICDevs. See the original work here: https://github.com/sardariuss/MotokoStableBTree The goal here is to provide...

Hi! This tool is very helpful. I had one gripe I was wondering about. Is there any plans to allow modules to be programmatically passed to `wasm-opt` (even if it's...