bitwise012: Fix typo

This commit is contained in:
Matt Mascarenhas 2018-04-07 16:15:31 +01:00
parent 786c503af8
commit 12302efd3b
1 changed files with 1 additions and 1 deletions

View File

@ -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