intractabilis

Results 77 comments of intractabilis

It was shocking to find this strange binding. Alt+Q wraps paragraph in emacs and in VS Code. 20.04 is out and still has this strangeness.

I take it Cyrillic small caps are not implemented yet?

6 seconds still sounds a bit excessive. I ran a microarchitecture benchmark. Your code issues 259,000,000 floating-point instructions for polygons 24 and 27. This amount of FLOP is enough to...

Have you tried contacting the authors for comments? Emails are in the paper. Maybe they have some secret sauce.

Well, I have to thank you for the great amount of work you've done to show this algorithm is impractical. The authors' silence probably means they know very well about...

> also i looked into what the minkowski-sum appoach you are using is actually doing and found out that the benchmark isn't fair by far because it can't include perfect...

> I found an unnecessary call and now look at that (current HEAD): > > ``` > 2022-06-05T12:37:51+02:00 > Running ./build/nfp-orb-perf-check > Run on (8 X 1427.49 MHz CPU s)...

> So i built the benchmark program by hand: I think the difference is because you are using `long double`, and my compilation asks the compiler to use SIMD. `long...

> you are right, i forgot to tune. Now i tried with mtune=native and mtune=intel and native made it slower while intel made no difference. `mtune` should be irrelevant because...

> You are right! But that means I've configuring with SIMD in each of my examples because I used `march=native` Ok, then I am wrong about long double.