-
`call_indirect` has been a very useful feature for WebAssembly. However, the efficiency and good behavior of the instruction has implicitly relied on the simplicity of wasm's type system. In particula…
-
**Background**
ibis https://github.com/ibis-project/ibis is a library that translates dataframe expressions into SQL statement and then executes them in the destination. they do nice work of compilin…
-
🌌✍️ `(quasi-quotation
"In the symphony of thought, Quine, guided by Clio's muse, weaves the fabric of a new cosmos—a mathematical edifice upon which our octal tapestry unfolds. Melpomene mourns cos…
-
**Is your feature request related to a problem? Please describe.**
Recently we added a libcudf example for [processing nested data](https://github.com/rapidsai/cudf/tree/branch-24.04/cpp/examples/nes…
-
Was surprised it's missing, really useful function, something like
```
groupby(f, list::Array) = begin
foldl(list; init = Dict()) do dict, v
push!(get!(dict, f(v), []), v)
dict
en…
-
Subscribe to this issue and stay notified about new [daily trending repos in Rust](https://github.com/trending/rust?since=daily).
-
# "fffaraz/awesome-cpp"
*22-06-2021 13:07*
> A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny things. Inspired by awesome-... stuff. - fffaraz/awesome-cpp
A cur…
-
### Steps to reproduce:
Hi,
I’m working on a C++ project, in which I use the NumPy C-API. Only part of this API is public. I would like to import a function belonging to NumPy's private / interna…
-
Hi community,
As you know, ShardingSphere has made a lot of efforts on SQL parser and **provided a great independent SQL parser** to help users parse SQL.
Based on this substantial work, we **…
-
Currently the norm function on matrices only works for rows or columns (1d matrices) and only performs the 2-norm
```
norm(x) = sqrt(Sum_i (x[i])**2))
```
I think it would be nice to have Sympy's…