Igor van den Hoven
Igor van den Hoven
That's looking pretty good. It appears median of 25 is still beneficial to fluxsort, so I think most of the median of 16 gain for crumsort is from being able...
I'll change that to a DEFINE at the top of benchmark.c so it's easier to edit. Good idea regarding curl. Might be a bit before it travels downstream.
The bit value refers to the size and not the type, since int and long long can be used for 32 and 64 bit pointers. I'm aware it's ambiguous for...
You're compiling with gcc? Having a few of the specific warnings would help. Might be you need some headers? Could try: ``` #include #include #include ``` Like with qsort (see...
Odd, maybe check the 2 errors for bench.c. As far as I can tell it's not including blitsort.h for some reason. I never used SEGGER so I can't really help...
Is there a table somewhere with all the correct character widths? Mintty has a multitude of issues with character width, but there's no point reporting them without knowing whether mintty...
I had the impression indicwide.t is used, among other things, to determine width?
Interesting, too bad it's not supported by xterm as well. Any hints as to how to pull the "locale" information for characters?
As a side note, touch screen behavior can be (and has been) dealt with by applications themselves. If a simplified mode was introduced it'd be nice if this can be...
I guess the terminal could translate touch events to appropriate mouse events? There might be some special cases like timed touch events that would require an update to the mouse...