Jake Bolewski

Results 42 issues of Jake Bolewski

Currently this is delayed until actually running the compression filter pipeline

enhancement
C API
error message
low priority

You address this with your Animal example, but don't explicitly call it the "binary method problem" which is oft referenced in the literature (you include one of the Castagna papers...

I was a bit surprised that LLVM was not referenced at all in the thesis. Surely it had a large impact (in both its capabilities and limitations) in constraining the...

``` julia julia> f(x) = sin(sin(sin(sin(sin(sin(sin(x))))))) f (generic function with 1 method) julia> @benchmark f(3.33) ================ Benchmark Results ======================== Time per evaluation: 84.60 ns [84.40 ns, 84.80 ns] Proportion of...

Windows support is possible using a GCC for windows port (MinGW) as pointed out in: https://github.com/TileDB-Inc/TileDB/issues/1129. Better documentation / CI testing against Windows is probably required to make this a...

Encoding / Decoding support for UTF / UCS types.

enhancement

Setup TOC structure to include package experiments / output. Refactor experiments to be valid Literate.jl or Pluto.jl notebooks.

docs

How difficult would adding h3 cell support be given that deck.gl already supports it? Would it be possible to quickly list the steps that are required to add another feature...

Currently the ux around the the consolidation parameters is a bit hard to use, you cannot set max_frag without also setting min_frag due to the current defaults. The proposal is...

enhancement
config param
consolidation

In some ad-hoc microbenchmarks, almost %50 improvement in hot loops for writes that need re-arrange dense array layouts in memory (only small arrays tested): https://github.com/TileDB-Inc/TileDB/issues/1220#issuecomment-486779896

enhancement
performance
benchmark