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
Copy file name to clipboardExpand all lines: README.md
+14-9Lines changed: 14 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -165,8 +165,6 @@ Here are some benchmark results from a system with an Intel i7 6700k CPU and a S
165
165
|`BenchmarkDemoInfoCs`|Read demo from drive and parse|0.89 s|~ 25 min of gameplay per second|
166
166
|`BenchmarkInMemory`|Read demo from memory and parse|0.88 s|~ 25 min of gameplay per second|
167
167
168
-
*That's almost 1.5 hours of gameplay per second when parsing in parallel (recorded at 64 ticks per second) - or 25 minues per second when only parsing a single demo at a time.*
169
-
170
168
### Raw Output
171
169
172
170
```
@@ -189,20 +187,27 @@ ok github.com/markus-wa/demoinfocs-golang 134.244s
189
187
We use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/markus-wa/demoinfocs-golang/tags).
190
188
There is one caveat however: Beta features - which are marked as such via comments and in release notes - may change in minor releases.
191
189
192
-
## Projects Using demoinfocs-golang
190
+
## Services, Projects & Companies Using demoinfocs-golang
193
191
194
-
-[noesis.gg](https://www.noesis.gg/) - A suite of explorative tools to help you analyze and improve your CS:GO performance
192
+
-[noesis.gg](https://www.noesis.gg/) - A suite of explorative tools to help you analyze and improve your CS2 performance
195
193
-[esportal.com](https://esportal.com/) - An alternative Matchmaking service that aims to provide a friendly environment free from trolls and misbehaving individuals
194
+
-[pglesports.com](https://www.pglesports.com/) - Premier eSports tournaments and circuits for massive audiences
195
+
-[hltv.org](https://www.hltv.org/) - Leading Counter-Strike site featuring news, demos, pictures, statistics, on-site coverage and more
196
+
-[refrag.gg](https://refrag.gg/) - The world's premier CS2 training tool
196
197
-[esportslab.gg](https://esportslab.gg/) - Building ML/AI tools for professional esports players
197
-
-[scope.gg](https://scope.gg/) - Analytical and advisory service for advanced CS:GO players
198
-
-[PureSkill.gg](https://pureskill.gg/) - An automated coach to help you get better at CS:GO.
198
+
-[scope.gg](https://scope.gg/) - Analytical and advisory service for advanced CS2 players
199
+
-[PureSkill.gg](https://pureskill.gg/) - An automated coach to help you get better at CS2
200
+
-[cs2lens.com](https://www.cs2lens.com/) - Professional CS2 demo replayer and analysis tool
201
+
-[awpy](https://github.com/pnxenopoulos/awpy) - A wrapper for the Golang parser in Python
202
+
203
+
### CS:GO projects (may no longer work with CS2)
204
+
199
205
-[cs-demo-minifier](https://github.com/markus-wa/cs-demo-minifier) - Converts demos to JSON, MessagePack and more
200
206
-[csgo_spray_pattern_plotter](https://github.com/o40/csgo_spray_pattern_plotter) - A tool to extract and plot spray patterns from CS:GO replays
201
207
-[CS:GO Player Skill Prediction](https://drive.google.com/file/d/1JXIB57BA2XBTYVLSy6Xg_5nfL6dWyDmG/view) - Machine learning master thesis by [@quancore](https://github.com/quancore) about predicting player performance
202
208
-[csgoverview](https://github.com/Linus4/csgoverview) - A 2D demo replay tool for CS:GO
203
209
-[csgo-coach-bug-detector](https://github.com/softarn/csgo-coach-bug-detector) - Detects the abuse of an exploit used by some team coaches in professional matches
204
210
-[megaclan3000](https://github.com/megaclan3000/megaclan3000) - A CS:GO stats page for clans with recent matches and player statistics
205
-
-[awpy](https://github.com/pnxenopoulos/awpy) - A wrapper for the Golang parser in Python
206
211
207
212
If your project is using this library feel free to submit a PR or send a message via [Discord](https://discord.gg/eTVBgKeHnh) to be included in the list.
208
213
@@ -303,7 +308,7 @@ To install some (optional, but quite handy) `pre-commit` and `pre-push` hooks, y
303
308
304
309
## Acknowledgements
305
310
306
-
This library was originally based on <ahref="https://github.com/ValveSoftware/csgo-demoinfo"rel="external">Valve's demoinfogo</a> and <ahref="https://github.com/StatsHelix/demoinfo"rel="external">SatsHelix's demoinfo</a> (although today it shares little resemblence with these two).
311
+
This library was originally based on <ahref="https://github.com/ValveSoftware/csgo-demoinfo"rel="external">Valve's demoinfogo</a> and <ahref="https://github.com/StatsHelix/demoinfo"rel="external">SatsHelix's demoinfo</a>.
307
312
308
313
For Counter-Strike 2, [dotabuff/manta](https://github.com/dotabuff/manta) was an amazing resource for how to parse Source 2 demos and CS2 support would not have been possible without it.<br>
309
314
I would also like to specifically thank [@akiver](https://github.com/akiver) & [@LaihoE](https://github.com/LaihoE) for their brilliant help with CS2.
@@ -313,7 +318,7 @@ And a very special thanks goes out to all the [⭐contributors⭐](https://githu
313
318
Further shoutouts go to:
314
319
315
320
-[@JuhaKiili](https://github.com/JuhaKiili) for financial contributions in the form of bug bounties
316
-
-[@esportalgroup](https://github.com/esportalgroup), [@refrag](https://github.com/refrag) & [@pureskillgg](https://github.com/pureskillgg) for offering consulting work that pays my bills
321
+
-[@PGL-ESPORTS](https://github.com/PGL-ESPORTS), [@esportalgroup](https://github.com/esportalgroup), [@refrag](https://github.com/refrag) & [@pureskillgg](https://github.com/pureskillgg) for offering past & present consulting work that keeps my lights on
0 commit comments