Notes on computers, programming and all the stuff
środa, 2 października 2013
SQL surprise
›
Secret Hackers Rule #11: Hackers read manuals. Recently I've discovered that PostgreSQL supports setting NULL on column referenced to...
niedziela, 29 września 2013
Set of great articles
›
Lockless Inc publish a lot of interesting, advanced articles . There are some low-level things, algorithms, threading, and many more. Defin...
niedziela, 1 września 2013
PHP quirk
›
PHP is very funny language. Here we are simple class, without constructor: class Foo { } $foo = new Foo($random, $names, $are, $not, $dete...
środa, 13 czerwca 2012
Speeding up LIKE '%text%' queries
›
Recently I did some experminets with n-grams indexes used to speed-up full text search in a plain SQL database. The results are really promi...
2 komentarze:
czwartek, 27 października 2011
itoa on steroids
›
Function itoa implemented with SSE instructions is about 3 times faster then scalar CPU version. Read more .
sobota, 16 kwietnia 2011
Embedded in Academia
›
New link in blogroll -- blog of prof. John Regehr: low level code, bugs in C compilers and beautiful photos.
środa, 13 kwietnia 2011
Regular expressions derivatives
›
Have you ever heard about "regular expression derivatives"? No? Me too. This is very interseting idea, that have pratical usage i...
‹
›
Strona główna
Wyświetl wersję na komputer