Skip to content
Discussion options

You must be logged in to vote
  • write an equation to approximate the curve and generate the values on the fly instead of a file with lots of values
  • use binary data instead of text, read X bytes (one row) at a time out of the file and convert to ints using int.from_bytes() or struct.unpack().

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@jmytyk
Comment options

@jmytyk
Comment options

Answer selected by jmytyk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants