package
0.0.1-rc20230124
Repository: https://github.com/keinos/go-sortfile.git
Documentation: pkg.go.dev

# Packages

Package chunk is a chunk file manager.
Package datasize defines the type InBytes which represents a size in bytes.
Package inmemory provides sorting algorithms for in-memory data.

# Functions

ExternalFile sorts the file using external merge sort (K-way merge sort).
FileExists returns true if the path exists and is a file.
FromPath sorts the file by lines and stores the result in the given path.
FromPath sorts the file by lines and stores the result in the given path.
InMemory sorts the lines in-memory from the given io.Reader and writes the result to the given io.Writer.

# Constants

CR is the carriage return character.
CRLF is the carriage return and line feed character.
LF is the line feed character.