High Frequency Trading

Sunday, September 16, 2012

Stop renewing this blog - please see my main blog

http://xiongzou.blogspot.sg/  thanks
Posted by XiongZ at 1:52 AM No comments:
Email ThisBlogThis!Share to XShare to FacebookShare to Pinterest
Newer Posts Older Posts Home
Subscribe to: Posts (Atom)

Search This Blog

About Me

My photo
XiongZ
a passionate C/C++ programmer
View my complete profile

FAVORITE LINKS

  • My Main Blog

Popular Posts

  • Performance comparison among std::map, boost::unordered_map and TRIE data structure
    We have implemented our own map with TRIE data structure and compared its performance with STL map and boost unordered_map, which is a hash ...
  • FastFlow - the new multithreading framework with Atomic Queues
    For the solution of achieving high frequency trading, lock free queues can help to increase the message transfer speed between threads while...
  • Bios Advanced CPU Power Saving Mode
    CPU Power Saving will impact HFT performance? As we know that all CPU has its power saving mode enabled as default in your BIOS. You mig...
  • Error - boost::unordered_map is not derived from type A
    When we use STL or boost template classes like boost::unordered_map together with our own template class, as below: #include "boost/un...
  • Improve Cache Performance with high locality of reference
    if users randomly and uniformly access data throughout the master data space a cache is useless, and in fact, it may actually degrade data a...
  • Pros and cons of disabling C-STATE (and C1E)
    For the BIOS to have full control of all the features of the newer cpus, they all need to be enabled. Maybe this will help (taken from anot...
  • Why Scalar Optimization Is Important by Richard Friedman
    In this interesting article, Richard mentioned a very simple yet important Amdahl's Law. ( http://en.wikipedia.org/wiki/Amdahl's_law...
  • Fibonacci number calculation algorithms
    There are many blogs and websites provided excellent solutions for nth Fibonacci number calculation. Fibonacci number Different algorit...
  • Better utilize CPU L1 Cache & L2 Cache for Performance Tuning
    To better utilize CPU L1 Cache & L2 Cache for Performance Tuning, we need to understand a few important points: 1. Cache and RAM like c...
  • Calculate the sum of all the primes below two million
    The sum of the primes below 10 is 2 + 3 + 5 + 7 = 17. Find the sum of all the primes below two million. Question is from  Project Euler Q...

A Programmer's Nonsenses

Loading...

Blog Archive

  • ▼  2012 (14)
    • ▼  September (1)
      • Stop renewing this blog - please see my main blog
    • ►  August (1)
    • ►  July (1)
    • ►  June (2)
    • ►  May (2)
    • ►  April (1)
    • ►  March (2)
    • ►  February (1)
    • ►  January (3)
  • ►  2011 (27)
    • ►  December (6)
    • ►  November (13)
    • ►  October (8)
Simple theme. Theme images by luoman. Powered by Blogger.