High Performance Linux
High Performance Multi-core Networked and Storage Systems for Linux
Friday, May 25, 2012
Software Transactional Memory (STM) in GCC-4.7
›
GCC-4.7 introduces new amazing feature - Software Transactional Memory (STM). It is still experimental and not yet optimized feature, howe...
11 comments:
Friday, March 30, 2012
Dynamic Strong Type System
›
Dynamic type system means that data types are defined in run-time. This is opposite to static type system, when data types are defined in ...
Saturday, March 24, 2012
Simple Cluster Management Using Erlang Mnesia
›
If you need to run some application in cluster to get high availability (through redundancy) or high performance (though scaling out), then ...
Thursday, March 15, 2012
GCC Inline Assembly: Easy Way to Build-in Your Shellcode Into Exploit
›
In most cases when developing an exploit people independently develop the shell code, compile it and only after that build it into the explo...
Master Class in Ukraine
›
On April 28-29 I'll be giving master class (in Russian) about development of high performance server applications in UNIX/Linux environ...
Tuesday, January 10, 2012
List Comprehensions in Perl
›
Some time ago I found List comprehension article in Wikipedia . There are many examples for languages which natively support List Comprehens...
Thursday, January 5, 2012
Tail Recursion in Perl and Python (or why do we prefer Perl to Python)
›
Few years ago I was making several Python projects. I moved from Perl to Python because of its clearer syntax and it was just interesting fo...
‹
›
Home
View web version