Skip to content

A scala program to find the intersection of two large files (> RAM size) containing 64bit numbers in O(n*log(n))

Notifications You must be signed in to change notification settings

AlexSikia/BigIntersect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

BigIntersect

A scala program to find the intersection of two large files (> RAM size) containing 64bit numbers in O(n*log(n))

The program can be packaged into an executable .jar file using sbt ('package' command).

About

A scala program to find the intersection of two large files (> RAM size) containing 64bit numbers in O(n*log(n))

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages