Skip to content

tdenkinger/flow_demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FlowDemo

This is a demo of using GenStage/Flow to improve the speed of parsing a largish data set. I start with a regular Enum-centric solution, then move to a Stream implementation, and finally to Flow.

I'm doing each implementation on a different branch.

Todos

  1. Add benchmarking
  2. Add a large dataset to show the differences in each implementation
  3. Visualizations?

About

Demonstration of moving from enum -> stream -> flow to improve processing throughput

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages