From 12302efd3becba08742e90d6c525554484678140 Mon Sep 17 00:00:00 2001 From: Matt Mascarenhas Date: Sat, 7 Apr 2018 16:15:31 +0100 Subject: [PATCH] bitwise012: Fix typo --- pervognsen/bitwise/bitwise/bitwise012.hmml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pervognsen/bitwise/bitwise/bitwise012.hmml b/pervognsen/bitwise/bitwise/bitwise012.hmml index dc163df..23abd6b 100644 --- a/pervognsen/bitwise/bitwise/bitwise012.hmml +++ b/pervognsen/bitwise/bitwise/bitwise012.hmml @@ -1,7 +1,7 @@ [video member=pervognsen stream_platform=twitch project=bitwise title="More Optimization & Clean-Up" vod_platform=youtube id=Hf5PevrUx4g annotator=Miblo] [0:08][Recap and set the stage for the day][:speech] [3:05][A few words on the slowness of linearly :searching while performing the string interning][:optimisation :speech] -[5:56][:Run the program on the 6160384-line test3.ion with MSVC's statistical profiler, providing some background on :profiling :speech] +[5:56][:Run the program on the 6160384-line test3.ion with MSVC's statistical profiler, providing some background on :profiling][:speech] [12:58][Check out our :performance statistics, to see that _malloc_base() is our biggest consumer of clock cycles][:run] [17:46][Review the work implementing an open addressing hash table[ref site=Wikipedia