github.com/Rom1-J/Ralgo


Install
go get github.com/Rom1-J/Ralgo

Documentation

Ralgo

Github release action Github commit action

Script to convert large .txt files (or any other format) to .csv via a regular expression. Encode text or file into a pseudo-random sequence, and decode it despite the random aspect.


Installation

From Sources

$ git clone https://github.com/Rom1-J/Ralgo
$ cd Ralgo
$ make build  # assuming you already have go installed on your system

Then you can find the executable inside dist/ directory.

From Builds


Usage

$ ./ralgo -h
# -input string
#         Input text
#   -output string
#         Output file (default "stdout")

Examples

$ time ./ralgo 
# todo

$ cd extra/example
$ python verify.py
# Test passed!

Performances tests

Specs:

  • CPU: Intel i7-9750H (12) @ 4.500GHz
  • Disk: NVMe
  • Memory: 32GB

Sample:

  • todo

Runs:

  • todo

License

  • todo