Skip to content

This code is based on my previous line count code. This code is meant to go beyond fast counting of lines. This code can be used to process / parse line content fast

Notifications You must be signed in to change notification settings

tahseenjamal/golang-fast-line-processing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Purpose

Purpose was to read line fast - single thread. This program can be enhanced using goroutines

Approach

Bulk read data and then split it into lines using an approach

Building code

go build fastlineprocessing.go

About

This code is based on my previous line count code. This code is meant to go beyond fast counting of lines. This code can be used to process / parse line content fast

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages