Result my machine, i7 860 (4 cores 8 threads), Windows 7 64bit. Set affinity is false: Time : 0.…
Thanks for looking at it. No antivirus or anything like that is running. I tried to look through t…
Right now 4coder only supporrts AA smoothing. Any application that supports sub-pixel smoothing sh…
What font smoothing does 4coder use, AA or sub-pixel? On another note, does anyone know how sub-pi…
Yes, that sounds like you've got it
I doubt that changing the allocator has anything to do with it. It's almost certainly just there t…
I see where my misconception was. You just start laying UI elements out in pixel coordinates start…
@Simon Hey Simon can you try this build on your computer I've got it so it will create a log file…
I don't have any more ideas. Try to contact Allen by e-mail (the e-mail is in the read me) or .
It does do a search but when I try and replace it with kill_buffer it doesnt work. Im using linux.
I don't see this on my machine (also 4 core, 8 thread). Time : 0.000627, Start time: 0.000037 Tim…
I wanted to write some feedback and feature request for the debuggers present on the network. Some…
I have a problem where a certain number of threads in my thread queue don't wake up when they are …
In your original test, does CTRL + 't' does nothing at all or does it start a search ? If it does …
Good catch. I'll get that fixed.
Thanks, man. Still on the list. I just haven't gotten to it yet.
Yea I'm pretty sure I'm compiling correctly because the CTRL + p is working perfectly. Edit: I did…
Thanks for the links Martins, I hadn't actually come across dpi before. Yea, looks like you probab…
@JustinCase3 Are you sure you're compiling the right file by calling (if that's the name of your …
I think this is possible but you'll have to modify the default_render_caller hook (or create a cop…
Jason —
I would try the second method of setting up key bindings that mrmixer linked to in the wiki. This …
Ooh ok that makes sense. I knew it had to be something like that. And when I say rebind the arrow …
CTRL + 't' is bound to search_identifier in the mapid_file key map. Since mapid_file inherits from…
extern "C" int32_t get_bindings(void *data, int32_t size){ Bind_Helper context_ = begin_bind_help…
I didn't test it for a long time but there seem to be a problem with the recent file menu where if…
Could you post the content of your custom file ? Does buildsuper.sh show any errors ?
This is true, I've seen many logging and assertion systems use/abuse this functionality to automat…
I increased POINTS_LEN to 10000000 (100x more). Then run both programs with THREAD_NUM = 1 (single…
I've just pushed version 0.9 with a lot of changes and rebrand to "miniaudio". Since the original …
What I'm much more puzzled by is how the rust version managed to increase performance by more tha…