amitguptagwl / fast-lorem-ipsum

Generate Lorem Ipsum text quickly
MIT License
8 stars 1 forks source link

Parse positions at run-time #2

Open AlgoRythm-Dylan opened 6 years ago

AlgoRythm-Dylan commented 6 years ago

Rather than hard-coding the positions, it may be beneficial to parse and cache the positions once at startup. This adds some overhead at startup, but will increase readability and decrease file size.

amitguptagwl commented 6 years ago

@AlgoRythm-Dylan thanks for this nice suggestion. Will you mind to raise a PR for the same? I hope it'll not take much of your time.