Development - #182
Closed
bogovicj wants to merge 468 commits into
Closed
Conversation
…nto wip/codecsReadData
* remove duplicate license header * add constants
…ip/codecsReadData # Conflicts: # src/main/java/org/janelia/saalfeldlab/n5/HttpKeyValueAccess.java
…tation refactor: reduce scope of shard capability. Only support full Shard writes (InMemoryShard) and partial shard reads (VirtualShard)
fix(test): shardIndex writeRead
…ip/codecsReadData
* add abstract KeyValueAccessSplittableReadData * ReadData.length does now throw IOException
* testing ConcatenatedBytesCodec
* Slices * SliceTrackingReadData
…for HTTP KVA Signed-off-by: Caleb Hulbert <cmhulbert@gmail.com>
Signed-off-by: Caleb Hulbert <cmhulbert@gmail.com>
… clauses, the normal calls handle this when it is cached Signed-off-by: Caleb Hulbert <cmhulbert@gmail.com>
* logs number of backend reads when reading blocks from shards
… interface as a static method Signed-off-by: Caleb Hulbert <cmhulbert@gmail.com>
* getDatasetCodecInfos from DatasetAttributes
Signed-off-by: Caleb Hulbert <cmhulbert@gmail.com>
* add TransposeCodec implementation * DefaultDatasetAccess applies DatasetCodec chain
…onversion `createDataset` returns (possibly new) DatasetAttributes
* implementation layer needs a different permutation due to c- f-order
* extract sub-codecs from serialized codecs
* use correct codec implementation * add commons-codec dependency * add test
* encodes / decodes string valued hex representations
* getDefaultValue returns a JsonElement
* to avoid clash of corresponding padded codec in n5-zarr
* TransposeCodecInfo applies its permutation directly * special case processing for serialization moved to zarr
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.