percursor mass tolerance

by Brian | 15th January 2010

MASS_DIFF_ALLOWED in Defines.h maxTandemPrecursorDelta precursorMassTolerance Read More

Virtual cores: Use them.

by Brian | 4th January 2010

Newer Mac processors have (Quad-Core Intel Xeon “Nehalem”) have “Virtual Cores” which “which allows two threads to run simultaneously on each core.” This raised questions like, “do these virtual cores run at half the speed (or worse because of scheduling overhead)? If I have the option, should I set my appliction (GFS, an ABM, etc.) [...] Read More

Storing MySQL database in memory

by Brian | 10th September 2009

This assuages my performance fears of porting to a MySQL database. The MEMORY (HEAP) Storage Engine Read More

Objective-C MySQL API

by Brian | 4th September 2009

The one everyone thinks is useful, the one on SourceForge, is out of date. Google Code has a more recent fork of the project HERE. Usage: Google on MCPConnection. In general I’m surprised at the low amount of MySQL support in OS X. Read More

Parallelizing GFS links

by Brian | 2nd September 2009

Grand Central Dispatch: Wikipedia Apple PDF Read More

UNC TIM login

by Brian | 30th July 2009

It’s nearly impossible to find this link on the UNC website. So, for those just wanting to log in, here’s the link you want: UNC TIM Also, if you need to listen to some good local music while you fill in your time card, Graveyard Fields is your band. Read More

-ftree-vectorize in XCode (with GCC)

by Brian | 6th July 2009

So Shark is telling you to use the “-ftree-vectorize” flag setting in GCC to squeeze out some floating point performance, yeah? You want to find out how to do that? Yeah… join the club. (First, don’t search on “-ftree-vectorize” in Google as Google will think you *do not* want to use the keyword “ftree-vectorize” becasue [...] Read More