Skip to content

metrix-ai/potoki-sorting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

potoki-sorting

Some features of implementation:

  • Main function:
sort :: (Ord a, Serialize a) => Int -> FilePath -> Transform.Transform a (Either IOException (Either Text a))
  • Fisrt parameter - the length of a piece of data is equal to the ratio of the total size of all data to the number of pieces to which the data is divided.
  • Second parameter - directory for temporary files.
    • This directory will be created if it does not already exist and will be completely DELETED when the algorithm finishes.
    • This implementation can be changed.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published