* Implementation CalculateAverage_japplis of 1BRC from Anthony Goubard (japplis). Local performance (7 years old desktop i7-6700K - 8 cores - 16GB) 26 seconds. For reference, Jamie Stansfield (isolgpus) is 23 seconds on my machine and 11s in your results. I've added the nbactions.xml to the .gitignore file. When you add in NetBeans options like --enable-preview to actions like debug file or run file, it creates this file. * Implementation CalculateAverage_japplis of 1BRC from Anthony Goubard (japplis). Local performance (7 years old desktop i7-6700K - 8 cores - 16GB) 26 seconds. For reference, Jamie Stansfield (isolgpus) is 23 seconds on my machine and 11s in your results. I've added the nbactions.xml to the .gitignore file. When you add in NetBeans options like --enable-preview to actions like debug file or run file, it creates this file. second commit: Removed BufferedInputStream and replaced Measurement with IntSummaryStatistics (thanks davecom): still 23" but cleaner code
		
			
				
	
	
		
			49 lines
		
	
	
		
			416 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			49 lines
		
	
	
		
			416 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| #Maven
 | |
| target/
 | |
| pom.xml.tag
 | |
| pom.xml.releaseBackup
 | |
| pom.xml.versionsBackup
 | |
| release.properties
 | |
| 
 | |
| # Eclipse
 | |
| .project
 | |
| .classpath
 | |
| .settings/
 | |
| bin/
 | |
| 
 | |
| # IntelliJ
 | |
| .idea
 | |
| *.ipr
 | |
| *.iml
 | |
| *.iws
 | |
| 
 | |
| # NetBeans
 | |
| nb-configuration.xml
 | |
| nbactions.xml
 | |
| 
 | |
| # Visual Studio Code
 | |
| .vscode
 | |
| .factorypath
 | |
| 
 | |
| # OSX
 | |
| .DS_Store
 | |
| 
 | |
| # Vim
 | |
| *.swp
 | |
| *.swo
 | |
| 
 | |
| # patch
 | |
| *.orig
 | |
| *.rej
 | |
| 
 | |
| # Local environment
 | |
| .env
 | |
| 
 | |
| #JReleaser
 | |
| out/
 | |
| 
 | |
| # 1BRC
 | |
| /measurements*.txt
 | |
| /*.out
 | |
| out_expected.txt
 |