Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
axeluser
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
9 ms
·
1.
▲
by
axeluser
9mo ago
Hi HN! I'm the creator of CarryFit. I built this after getting frustrated while shopping for a new backpack. I kept switching between product pages, airline websites, and random forums/YouTube videos, trying to figure out if a bag
2.
▲
Show HN: CarryFit – Open-source carry-on compliance checker for 170 airlines
(carryon.fit)
4 points
by
axeluser
9mo ago
|
1 comments
3.
▲
by
axeluser
1y ago
Yeah, there's such an issue. I'll fix that later.
4.
▲
by
axeluser
1y ago
Aha, you're right, didn't look carefully
5.
▲
by
axeluser
1y ago
Hm, that's actually may be true, thank you for the heads-up
6.
▲
by
axeluser
1y ago
Hi, thank you for your questions: 1. The "one-line" boolean condition still has jumps in the produced JIT Asm, at least to make a short circuit to exit as soon as possible. I guess the C# compiler is far too conservative for such
7.
▲
by
axeluser
1y ago
Thank you! You are right. Cuckoo Filters use the open-addressing technique to deal with collisions, which may result in a long eviction chain on inserts or even fail if the load factor is high or just bad luck. This is one major drawback yo
8.
▲
SIMD within a register: How I doubled hash table lookup performance
(maltsev.space)
193 points
by
axeluser
1y ago
|
40 comments
9.
▲
Grokking Bloom Filters
(maltsev.space)
1 points
by
axeluser
1y ago
|
0 comments