ErykDarnowski / game-discount-checker

[WIP] A simple CLI tool that scrapes game store websites to check if a game's price got discounted.
MIT License
2 stars 0 forks source link

Implement caching #12

Open ErykDarnowski opened 2 years ago

ErykDarnowski commented 2 years ago

Description

Add it for gog.js's gameID and other /store_module files?

After first run / saving config with new GOG URL save gameID until URL is changed.

Check for faster method (https://www.quora.com/How-is-SQLite-faster-than-writing-to-a-normal-file ; https://healeycodes.com/saving-data-in-javascript-without-a-database):

ErykDarnowski commented 2 years ago

Benchmarks:

Setup:

Results:

benchmarks

ErykDarnowski commented 2 years ago

TODO

ErykDarnowski commented 2 years ago

Benchmarks:

Setup:

Results:

benchmarks