You must be logged in to see this link.
What a sorter can do
Getting lines from a file or files in a folder
Saving as Log:Pass or Url:Log:Pass
Sort by query as a site (google.com) or keyword in a link (google)
Multi-threaded sorting and simultaneous writing to files with skipping line repetitions - reading a database of any size
What can a cleaner do?
Cleaning a database of any size - rows are processed immediately when read, without loading the list into RAM
Cleaning several databases individually or all databases in one file
Removing invalid strings (A-z / 0-9 / Special characters | 10-256 characters | UNKNOWN
Removing duplicates is implemented using the xxh3 hash
You must be logged in to see this link.
You must be logged in to see this link.
What a sorter can do
Getting lines from a file or files in a folder
Saving as Log:Pass or Url:Log:Pass
Sort by query as a site (google.com) or keyword in a link (google)
Multi-threaded sorting and simultaneous writing to files with skipping line repetitions - reading a database of any size
What can a cleaner do?
Cleaning a database of any size - rows are processed immediately when read, without loading the list into RAM
Cleaning several databases individually or all databases in one file
Removing invalid strings (A-z / 0-9 / Special characters | 10-256 characters | UNKNOWN
Removing duplicates is implemented using the xxh3 hash
You must be logged in to see this link.
You must be logged in to see this link.
Attachments
Last edited: