Konstantin Diachenko
Konstantin Diachenko
Are any plans for this? It is actually the only critical dependency for my database/platform to be ported to BareMetal OS and I'm still stuck with Windows and Unix here.....
```C# var trie = new SuffixTrie(3); trie.Add("hello", 1); trie.Add("world", 2); trie.Add("hell", 3); var result = trie.Retrieve("ll"); ``` The result has only 1 as an element, however, there should be 1...
We are trying to benchmark our [GraphQL server implementation](https://github.com/linksplatform/Data.Doublets.Gql) for Doublets (database engine based on associative model of data). This the YAML file we tried: ``` url: 'http://linksplatform.ddns.net:29018/graphql' queries: -...
The projects: https://github.com/LinksPlatform/Data.Doublets https://github.com/LinksPlatform/Data.Triplets Thank you.
There are unique way to transform data to achieve any construction/transformation. These transformations consist of smaller unique transformations that are used in the process. It is possible to collect all...
Hypothesis: Everything that has the same frequency of occurrence in multiple contexts is the same thing. Each line is a context. In both cases we have two contexts. ``` a...
 it will be possible to transform a range of links into links chain that can be functionally the same as blockchain.
 `a`, `b` - are operations, actions or events. `a;b;a;b;a;b;a;b;` is a sequence of operations. It is possible to infer pattern `(ab){4}` (regular expressions syntax) using that sequence. It should...
 Figi is example of type. ArchivedFigi is an example of archived version of type. S is state. S1 is first state. Sn is last state. States S(1) … S(n...
We can store frequency dictionary on server. We do not need to use frequency dictionary to unpack data. Each time we receive a file with text, we adjust frequencies stored...