We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca07530 commit a8901b3Copy full SHA for a8901b3
entries/ghatem-fpc/README.md
@@ -8,8 +8,8 @@
8
- -t flag to specify the thread-count (default reads the thread-count available on the CPU)
9
10
currently there are 2 versions that can be compiled / run:
11
- - `ghatem`: all threads share the station names - involves locking
12
- - `ghatem-nosharedname`: each thread maintains a copy of the station names - no locking involved
+ - `OneBRC.lpr -> ghatem `: all threads share the station names - involves locking
+ - `OneBRC-nosharedname.lpr -> ghatem-nosharedname`: each thread maintains a copy of the station names - no locking involved
13
14
## Hardware + Environment
15
host:
0 commit comments