Satoshi Tagomori
Satoshi Tagomori
Note: [Using Extensions with tinylib/msgp](https://github.com/tinylib/msgp/wiki/Using-Extensions)
This problem will last even after merging #82
I've not worked on this yet - no plans for now. @akerouanton Your idea was an alternative. I don't have enough knowledge about the creation cost of dedicated channels, so...
This official document also says so. Sounds good to do it. https://docs.docker.com/engine/userguide/eng-image/dockerfile_best-practices/#onbuild
Ah, I need time to review this change. I'll take time for this later, but please ping me if there will be no further comments in weeks.
Sorry, I couldn't take the time for further review. Let me try in this week or the next week...
Having such types for large N-D array looks reasonable to me. That should improve the performance of such use-cases. But at the same time, I think this type can be...
@fangq Check the example of [Timestamp ext type](https://github.com/msgpack/msgpack/blob/master/spec.md#timestamp-extension-type). Bytes start with `0xc7` to specify the length of the entire object after the ext type id, the ext type id (`-2`...
@fangq If so, we should NOT use `0xc1` only for N-D arrays, but should use it for the type of `ext 64`, which can support many various huge objects, including...
At first, I support the idea that supporting huge objects (>4GB) is important for MessagePack. We're going to handle more and more large data/objects, and also going to handle more...