Jakob Blomer

Results 28 issues of Jakob Blomer

Addresses several bugs on big-endian architecture, some in the testing code only, some in the actual code. Tested manually on Power8/EL7. Also tested that RNTuple data written on little-endian can...

in:RNTuple

Implement two improvements to the RNTuple RDF scheduler for the multi-threaded case: 1. Files of a chain are opened in batches the background: while a batch of files (batch size...

in:RDataFrame
in:RNTuple

The file page sink, on commit, collects the streamer info records of custom classes. These records are passed together with the records from unsplit fields to the file writer, which...

in:RNTuple

### Explain what you would like to see improved and how. The RNTupleParallelWriter should be extended to allow to fix the logical order of clusters written to disk. This would...

improvement
in:RNTuple

### Explain what you would like to see improved and how. The RClusterPool should be improved - to work with a memory budget rather than a fixed number of clusters...

improvement
in:RNTuple

### Explain what you would like to see improved and how. Currently, `RNTupleDescriptor::CreateModel()` always creates a full model with a default entry. There can be situations in which a bare...

improvement
in:RNTuple

### Explain what you would like to see improved and how. The boolean template in `RNTupleView` steers whether or not the view is owned by the user. It would be...

improvement
in:RNTuple

Moves from fixed page sizes on write to adaptive page sizes, following the original idea of @hahnjo The new mechanism is explained in the tuning.md document in the PR. The...

in:RNTuple

### Explain what you would like to see improved and how. Implement the RNTuple standard benchmarks using ORC: https://orc.apache.org/ Measure read/write time, memory consumption, and final file size. Moved from...

good first issue
in:RNTuple
JIRA