Skip to content

The Worder CLI utilizes a worker pool to efficiently generate words and perform fast word counting.

Notifications You must be signed in to change notification settings

ezzaldeeen/Worder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Worder

Worder is a CLI tool written in Golang for generating files and counting words. It includes two commands: count and generate.

Concurrency

Worder uses a worker pool and concurrency to speed up the word counting and file generation processes. By default, the worker pool has a size of 10, TODO:

Installation

To install Worder, you need to have Go installed on your machine. After that, you can install Worder by running:

go get github.com/ezzaldeeen/worder
go install worder

Usage

To use Worder, navigate to the directory where you installed it and run the worder command followed by the desired command:

About

The Worder CLI utilizes a worker pool to efficiently generate words and perform fast word counting.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published