* Go implementation by AlexanderYastrebov This is a proof-of-concept to demonstrate non-java submission. It requires Docker with BuildKit plugin to build and export binary. Updates * #67 * #253 * Use collision-free id lookup * Use number of buckets greater than max number of keys
		
			
				
	
	
		
			50 lines
		
	
	
		
			431 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			50 lines
		
	
	
		
			431 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
 | |
| /*-timing.json
 |