GodLikeMouse
  • Blog
  • Music
  • About Me

Code Optimization

C/C++

Optimizing memcpy Routines

First let’s understand what the problem is. Memcpy copies memory one byte at a time. Which is fine as long as you don’t have a lot of memory to copy. If you find yourself needing to copy large chunks of memory from one spot to the next you may very Read more…

By GodLikeMouse, 17 yearsMarch 5, 2008 ago
Code

Optimization Techniques For JavaScript

Often times JavaScript coding you’ll find yourself creating a loop and at some point in time doing some form of conditional statement. Conditions in loops have a heavy impact on the speed in which JavaScript will execute. Especially when the number of iterations is high. Take for example the following Read more…

By GodLikeMouse, 17 yearsDecember 14, 2007 ago
  • Blog
  • Music
  • About Me
Hestia | Developed by ThemeIsle