File tree Expand file tree Collapse file tree
doc/getting_started/tutorials Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2727 "source" : [
2828 " ### Choosing the Right Interface\n " ,
2929 " \n " ,
30- " | Goal | Recommended API |\n " ,
31- " |--------------------------------------------------------------| --- |\n " ,
32- " | Elementwise formulas using built-in functions/operators | ` blosc2.lazyexpr(...)` |\n " ,
33- " | Arbitrary Python logic (including numba) over blocks/chunks | ` blosc2.lazyudf(...)` |\n " ,
34- " | DSL subset with early syntax checks and optional miniexpr JIT | ` @blosc2.dsl_kernel` + ` blosc2.lazyudf(...)` |\n "
30+ " | Goal | Recommended API |\n " ,
31+ " |--------------------------------------------------------------|------------------------------------------ |\n " ,
32+ " | Elementwise formulas using built-in functions/operators | blosc2.lazyexpr(...) |\n " ,
33+ " | Arbitrary Python logic (including numba) over blocks/chunks | blosc2.lazyudf(...) |\n " ,
34+ " | DSL subset with early syntax checks and optional miniexpr JIT | @blosc2.dsl_kernel + blosc2.lazyudf(...) |\n "
3535 ]
3636 },
3737 {
You can’t perform that action at this time.
0 commit comments