-
It would be nice to allow an abstract representation of numbers, rather than the very concrete, implementation-based version we have right now. There could be a "compatible TOML" variation that could …
-
I'm working on a program to simulate wind turbine dynamics. Therefore I'd like to include blade pitch controllers of various turbines which are mostly shared by .dll files. I was excited when I found …
-
Hope you don't mind another question. Does using a custom `MDBX_cmp_func` key comparison function lower performance (aside from the time taken by the custom function itself) or increase database size?…
-
I was mulling over this question in my head today. Do you foresee any future need for a rational number class? If a user would want to do calculations with numbers and not have to worry about floating…
-
While the extension is still in draft, it would be good to discuss one thing that I thought of after the extension was drafted and have mixed feelings about: namely, the KHR_mesh_quantization, and how…
-
- `d3.interpolate(BigInt(5), BigInt(15))(0.5)` throws a TypeError: Cannot convert a BigInt value to a number
- BigInt64Array and BigUint64Array (typed arrays) could be supported too (see https://gi…
-
The tools that list active jobs should allow the output for each job to be customized, like
* `squeue --format` - [squeue(1)](https://slurm.schedmd.com/squeue.html)
* `dpkg-query --showformat` - …
-
it says that the maximum error is 1 ulp for floating-point parsing. it could be further reduced to 0.5 ulp, right? short of that, it would be good to at least understand in which situations this error…
-
### Preamble
I am moving the discussion about SIMD that started in #716 here and adding hybrid parallelization.
The two topics go hand in hand since both (SPMD and SIMD) consist of processing mult…
-
I know this has been discussed before, but I didn't see a specific proposal filed for it yet and I think it's important.
Unexpected integer overflow can lead to [serious bugs](http://www.bbc.com/fu…