-
It seems RESP v2 and RESP3 do not clearly distinguish between text strings (*strings* for short) and binary strings, clobs, blobs (*binary* for short). I might missing something, if so please pardon m…
-
Here's a list of the encoding types that I eventually wish to implement for Fasters:
- tag-value
- FAST
- JSON (with `serde-json`)
- Simple Binary Encoding, both LE and BE variants
- Google pro…
-
Related to https://github.com/NeurodataWithoutBorders/nwb-schema/issues/574 to allow the storage of raw binary data that follows a particular format, e.g., MP4, PNG.
In the hdmf schema language, dt…
-
in the [FAQ](https://github.com/boost-ext/mph?tab=readme-ov-file#faq) it mentions a backup policy/customization point can be setup for the lookup implementation. Do you have examples of this. Your tem…
-
Many protocols, APIs, and algorithms require that some binary data (byte array) is serialized into a string that represents that binary data losslessly. Common formats for this are for example base64 …
-
In ```CryptoHelper``` I've seen the comment:
```php
/**
* TODO: Implement pure methods without "openssl_pkcs7"
* check openssl_pkcs7 doesn't work with binary data.
*/
```
From what I can…
-
I was looking for an easy way to handle CSV as strings (not files) today, and had to hack together a solution based on `query_csv()`, below.
That could be a documentation issue (or even lack of att…
-
### Description
Since the pack() function does not support variable (minimum) length encodings, I would like to propose two useful functions for direct implementation in PHP.
Currently, you have…
-
It is known that our radix-16 trie does not scale too well with regards to proof size. TPS numbers are dropping (on a high level) already when reaching millions of accounts. By migrating to a binary t…
-
It would be really cool if there were a message encoding type to transfer files, in simple binary format.