Profile_bird

Hey there! krat is using Twitter.

Twitter is a free service that lets you keep in touch with people through the exchange of quick, frequent answers to one simple question: What are you doing? Join today to start receiving krat's updates.

Already using Twitter
from your phone? Click here.

krat

  1. bored
  2. sequential search still doesn't beat stl map for a dozen values, now I'm gonna try ternary search trees and tries
  3. I just halved the time my program needed to work. Now the only big stop point is the STL map which is kind of a bottleneck
  4. stl map takes 27% of computing time in my program, given that I have few string values, what datastruct could I use? accepting ideas
  5. really, aren't they ashamed of themselves? I am, of my own politicians. http://bit.ly/BLpv8
  6. I just spent two days trying to optimize an algorithm for a NP-complete problem. I just noticed there's still room for sparse optimizations
  7. trying to figure out how to integrate #distcc within #cmake
  8. Spent the whole morning optimizing my unification algorithm: now it takes 0.8s against the ~8s of this morning. That's a 100% speedup
  9. something that bothers me: when someone send me a "good morning" sms, I never know how to reply
  10. 4^(27!) nodes are way too much to keep in memory all together
  11. troubles at work
  12. it's way too hot outside today
  13. this project looks like a master thesis, 3k SLOC and 40 pages of documentation are still not enough
  14. writing latex documentation
  15. just discovered that I have 2Mb of L2 cache on the laptop, while only 1Mb on the desktop
  16. Q: how do you speed up the c++ compilation process? A: you don't.
  17. I don't really care that tonight there's the Harry Potter premieres. I HATE HARRY POTTER.
  18. Unification has been beaten. Now looking towards implementing A*.
  19. ...and things suddenly stopped working. Now investigating on how and why.
  20. c++ compiling time grows exponentially when you add code