Notes on computers, programming and all the stuff
niedziela, 16 listopada 2014
Speeding up searching in linked list
›
Sounds crazy, but it's possible in some cases . Here are experiments results - 3 times faster isn't so bad. list ...
piątek, 14 listopada 2014
MSVC 2013 Release code
›
Today I had a quite long session with debugger and release code, you know: no debugger symbols and optimized code. I spotted two pieces of a...
piątek, 26 września 2014
Fork bomb in Windows
›
It's really simple. Just install Cygwin , write fork bomb (even by accident) and finally run in bash - works fine. I had to restart my ...
Intepolation search revisited
›
Interpolation search revisited -- theoretical complexity of interpolation search is very promising, but...
niedziela, 21 września 2014
Conversion number to hexadecimal representation
›
Conversion numbers to hexadecimal representation - SWAR, plain SSE, and draft of BMI2 implementation. Article SSSE3: printing hex values...
czwartek, 18 września 2014
String literals are weird (at least in C/C++)
›
Simple quiz: what is the length of this string "\xbadcafe"? 5 letters 4 letters 2 letters 1 letter The correct answer is d ...
czwartek, 11 września 2014
Python: rename file in Windows
›
Observation: function os.remove under Windows doesn't allow to overwrite an existing file. Python from Cygwin works properly. Here is...
‹
›
Strona główna
Wyświetl wersję na komputer