Skip to content
/ eGo Public
forked from NinjaJc01/eGo

Generates e with Go. Serial/parallel versions included

License

Notifications You must be signed in to change notification settings

D0peX/eGo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eGo

Generates e with Go. Serial/parallel versions included
https://github.com/NinjaJc01/eGo

Instructions for use:

  1. Install Go on the machine you want to compile FROM (doesn't have to be the machine you want to run it on).
    Use the website, not the package manager otherwise it's outdated https://golang.org/
  2. Install dependency for my code: go get -u github.com/ericlagergren/decimal
  3. Build my project: go build ./parallel/egoParallel.go To build for different architectures or operating systems:
    GOARCH=arm64 GOOS=linux go build ./parallel/egoParallel.go
    Would build for arm64, linux (raspi etc, sometimes you may need just arm)
    See entries in bold for supported OS and Architectures out of the box: https://gist.github.com/asukakenji/f15ba7e588ac42795f421b48b8aede63
  4. New: try -hard as a flag, sets the iterations and precision higher to give your CPU a workout! Overrides any set precision or iterations!

About

Generates e with Go. Serial/parallel versions included

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%