Offline
Online
Viewers
I'm Live!
Watch Now

Tag: c/c++

Web Developer Essential Tools

Foreword The following highlights what I believe to be the best tools for web development and best of all, they’re all free.  This is a living reference which will be updated as new and better tools are found.  Feedback and suggestions are always welcome. The List Google Chrome Light, extremely fast, jam packed with features […]

Read More
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 well find yourself loosing a […]

Read More
Finding The Fastest Write Method

I was recently tasked to develop a system that would need to write data in the Gigabytes per second range directly to disk. While doing so, I needed to spec out and build a machine that allowed for that type of bandwidth to be persisted as well as find the most optimized filesystem and write […]

Read More

Affiliates