Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
hbirler
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
hbirler
5d ago
Hello, paper co-author here. QueryBrew is based on our research relational database Umbra ( https://umbra-db.com/ ) which has been in development since around 2018. Our optimizer needs to produce correct plans within millise
2.
▲
by
hbirler
4y ago
A Python to SQL compiler already exists https://db.cs.uni-tuebingen.de/publications/2022/snakes-on-a...
3.
▲
by
hbirler
5y ago
Multiplying the 32bit floats 99999.0f and 9999.0f results in 999889984 (Firefox's result). So I guess this hints at what Firefox might be doing :) Float multiplication's result: https://godbolt.org/z/q857f51GP
4.
▲
by
hbirler
5y ago
For 99999 x 9999: Firefox 96 displays 999889984 Edge 97 displays 999890001 The answer should be 999890001, so Edge is right and Firefox is wrong