c++
Nov 2023
Reference Counting ThingsJul 2015
Sum Types Are Coming: What You Should KnowSep 2014
Connecting C++ and JavaScript on the Web with EmbindAug 2014
CppCon 2014: Embind and Emscripten: Blending C++11, JavaScript, and the Web BrowserJul 2014
C++ CastsJun 2014
Emscripten, Callbacks, and C++11 LambdasApr 2013
Multiplatform C++ on the Web with EmscriptenFeb 2013
C++11 on Windows (Hah!)Jan 2013
JSON Parser BenchmarkingJan 2013
sajson: Building the Parse TreeJan 2013
sajson: Why the Parse Tree is Big EnoughJan 2013
Single-Allocation JSON ParserNov 2012
Emscripten Results: Firefox 19 shows dramatic improvementNov 2012
JavaScript, Emscripten, and the Atom D2700Nov 2011
Digging into JavaScript Performance, Part 2Nov 2010
Tracing Leaks in Python: Find the Nearest RootNov 2010
How to Write an Interactive, 60 Hz Desktop ApplicationJul 2010
Extracting Color and Transparency from FlashJul 2010
Efficiently Rendering Flash in a 3D SceneJul 2010
How to Embed Flash Into Your 3D ApplicationJun 2010
Scalable Build Systems: An Analysis of TupJun 2009
IMVU Crash Reporting: Stalls and DeadlocksMay 2009
Fast Builds: Incremental Linking and Embedded SxS ManifestsMay 2009
Fast Builds: Unintrusive Precompiled Headers (PCH)Apr 2009
Reporting Crashes in IMVU: Who threw that C++ exception?Apr 2009
IMVU's CallStack API Now Open Source!Apr 2009
IMVU Crash Reporting: Plugging the VC++ Runtime's Escape HatchesMar 2009
You Won't Learn This in School: Disabling Kernel Functions in Your ProcessMar 2009
Reporting Crashes in IMVU: Last-Chance ExceptionsMar 2009
Reporting Crashes in IMVU: Creating Your Very Own Symbol ServerMar 2009
Handling exceptions from XULRunner callbacksFeb 2009
Reporting Crashes in IMVU: C++ Call StacksFeb 2009
Reporting Crashes in IMVU: Call Stacks and MinidumpsFeb 2009
Reporting Crashes in IMVU: Structured ExceptionsFeb 2009
Reporting Crashes in IMVU: Part II: C++ ExceptionsFeb 2009
Evaluating JavaScript in an Embedded XULRunner/Gecko WindowFeb 2009
The Real Benefit of Inlining Functions (or: Floating Point Calling Conventions)Feb 2009
#IND and #QNaN with /fp:fastSep 2006
Download IMVU's Cal3D modificationsApr 2005
NotNullMar 2005
The Best Answer I Could Come Up WithMar 2005
Puzzle for TodayDec 2004
checked_castOct 2004
More C++: The 'using' StatementJun 2004
Templates and Compilers Make My Head Spin