Kim Altintop

Results 47 issues of Kim Altintop

* [ ] Base2 * [ ] Base8 * [ ] Base10 * [x] Base32z The dubious `Base1` can be skipped, I guess.

As expected, this creates too much memory fragmentation. Trouble is, we will have to re-implement all BaseN-encoding on top of an alternative representation (see also #7), as otherwise we'll end...

It would be nice to have some semi-scientific experiments which could help answer the following questions: * What is the space overhead of loose vs. packed object storage for non-trivial...

Right now uses a bouquet of baseN packages, which also do not support all the variants demanded by `multibase`. It _might_ be worth inlining all of those, and add efficient...

Changes the bootstrap sequence, such that the initial system table schemas and contents are stored in the commitlog. Opening a database proceeds as follows: - If a snapshot exists, restore...

release-any
abi-break

# Description of Changes Adds a parameter `--output-format` to both the `sql` and `subscribe` subcommands, which allows to format the output as either JSON, CSV, or the ASCII table format...

release-any
CLI only

The generated Rust code dispatching reducer events currently does not know about "builtin" reducer names such as `__identity_connected__`, and emits a log line at ERROR level when it encounters it....