Skip to content

Releases: vars1ty/JustFetch

0.1.4

16 Jan 12:16
Compare
Choose a tag to compare
  1. Optimized how uptime is fetched. It's now using /proc/uptime rather than an expensive execute / Command call.

0.1.3

14 Jan 02:47
Compare
Choose a tag to compare
  1. Added a new alias: used_mem

0.1.2

13 Jan 20:57
Compare
Choose a tag to compare
  1. Optimized the code to utilize more libc calls, rather than parsing from a Command instance.
    • Before: ~6/8ms of execution time, now: ~2-4ms of execution time. Quickly measured using time so the values may fluctuate.
  2. Added mem aliases

0.1.1

11 Jan 06:53
Compare
Choose a tag to compare

Optimized the code even further by utilizing libc calls.

0.1.0

04 Jan 15:58
Compare
Choose a tag to compare

First initial release.