Skip to content

JuIturra/read_excel_cr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

read_excel_crystal

Benchmark xlsx reader with crystal

how does it works?

$ clone repo
$ cd read_excel_cr
$ shard install
$ crystal run main.cr for standar execution
$ crystal build main.cr --release for compile and create executable
$ ./main

Bench

crystal 1.10.1

Standard version

               user     system      total        real
parser:    1.033945   0.011712   1.045657 (  1.046572)

Compiled version

               user     system      total        real
parser:    0.573927   0.000000   0.573927 (  0.573958)

About

Testing read excel with crystal lang

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published