-
We currently have structures related to `Trie` but used in `Runtime`, for example: `TrieIterator`, `IterStep`, `TrieChanges`, `ShardTries`. It's currently hard to understand how do they work, so we ca…
-
[`norm_bench`](https://github.com/hsivonen/norm_bench) compares the normalization performance of ICU4X against other implementations, including ICU4C. The test strings are relative long (multiple memo…
-
Hey all,
I have a quick question that might betray my ignorance about HyperDB internals. I'm starting to build out a CouchDB-style indexing system on top of HyperDB, and I'm trying to figure out if…
-
A Trie is a tree data structure used to efficiently store and retrieve keys in a dataset of strings. There are various applications of this data structure, such as autocomplete and spellchecker.
I…
-
Hi, I am samar. I am a GSSOC 2021 participant. I want to implement code for Trie datastructure in Java. I will add necessary comments in the code to make it easily understandable for a newbie in codin…
-
Ethereum block architecture in the image shared below. Something similar for Polkadot will be very helpful.
- Substrate block header implementation https://github.com/paritytech/substrate/blob/mast…
-
## Issue Description
We're looking to enhance the functionality of PyDS-A by implementing various data structures. This wills
## Proposed Data Structures
Please keep in mind that the proper way t…
-
https://news.ycombinator.com/reply?id=34171888
> [gillesjacobs](https://news.ycombinator.com/user?id=gillesjacobs) [1 day ago](https://news.ycombinator.com/item?id=34171888) | [parent](https://news…
-
Elsa uses recursion to dive into object graph. That could generate long call stack and cause StackOverflow exception. Compared to Java serialization Elsa uses less stack frames and behaves better.
I…
-
Hello Susumu,
We are using the Python Marisa trie wrapper (https://github.com/kmike/marisa-trie) which implements your library. The amount of data we've been placing in the trie has been increasing …