Skip to content

Instantly share code, notes, and snippets.

View marcprux's full-sized avatar
🔆

Marc Prud'hommeaux marcprux

🔆
  • New England
  • 02:02 (UTC -04:00)
View GitHub Profile
<!DOCTYPE html>
<html
xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Visualization</title>
<meta
charset="UTF-8" />
<meta
http-equiv="Content-type"
content="text/html;charset=UTF-8" />
<!DOCTYPE html>
<html
xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Visualization</title>
<meta
charset="UTF-8" />
<meta
http-equiv="Content-type"
content="text/html;charset=UTF-8" />
@marcprux
marcprux / ProfileSharedKeySetTests.m
Created July 16, 2012 15:13
Simple test case to profile any speed increases that might come out of using the new dictionaryWithSharedKeySet method of creating dictionaries
//
// ProfileSharedKeySetTests.m
// ProfileSharedKeySetTests
//
// Created by Marc Prud'hommeaux <[email protected]> on 7/16/12.
//
/**
Simple test case to profile any speed increases that might come out of using the new dictionaryWithSharedKeySet method of creating dictionaries.