Miscellaneous
SSE
SIMD (Streaming SIMD Extentions) processes multiple data in parallel with a single instruction, resulting in significant performance improvement.
Data Alignment
CPU accesses memory in 2, 4, 8, 16, or 32 byte chunks at a time for performance reason.
It explains what is data alignment and how to align memory address for given byte boundary.
High Resolution Timer
This is a simple C++ class for system independent high resolution timer. It can measure the elapsed time in 1 micro second accuracy.
String Tokenizer
This is a general purpose string tokenizer. This C++ class behaves like strtok() function in the standard C libary.
Windows TreeView Control
Tree-View control is a windows that can list multiple items in a hierarchical view, such as directory list in Windows explorer. This article describes how to use Tree-View control.
JavaScript Logger
JavaScript Logger class provides a simple but very handy logging feature to print debugging messages on a separate console window at the bottom of the web browser.
←Back
Hide Comments
Please enable JavaScript to view the
comments powered by Disqus.
comments powered by
Disqus