You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Replaced `TFileStream` with `TBufferedFileStream`. Now, ~1 min faster. Total time for 1BRC (Object Pascal) is now approx. 11 mins on my laptop.
111
111
* Replaced `TDictionary` with `TGHashMapQP`. Now ~4 mins faster. Total time for 1BRC (Object Pascal) is now approx. 7 mins on my laptop.
112
112
* Replaced `StringReplace` with a simpler function avoiding creating a new string for each replacement. This saves 15-30 seconds on my laptop. The run time now is approx. 6-8 minutes.
113
-
* Updated the rounding method as per the latest README.md in the 1BRC GitHub page.
113
+
* Updated the rounding method as per the latest `README.md` in the 1BRC GitHub page.
114
+
115
+
* 1.5
116
+
* Revision release - Sequential approach. 6-8 mins on my Inspiron 15 7510 laptop (No improvements on speed).
117
+
* Encapsulate process in a class.
118
+
* Updated the rounding method as per the latest `README.md` in the 1BRC GitHub page.
0 commit comments