[GH-ISSUE #8] Performance tuning? #4

Closed
opened 2026-03-14 12:22:26 +03:00 by kerem · 0 comments
Owner

Originally created by @aome510 on GitHub (Mar 2, 2021).
Original GitHub issue: https://github.com/aome510/hackernews-TUI/issues/8

The current implementation doesn't involve any explicit lifetime annotations. A lot of workarounds involves cloning and copying data.

TODO:

  • Benchmark the code and find ways to improve the performance.
  • Add cache.
  • Speed-up HN API call time.
  • Reduce the number of packages needed to build the application.
Originally created by @aome510 on GitHub (Mar 2, 2021). Original GitHub issue: https://github.com/aome510/hackernews-TUI/issues/8 The current implementation doesn't involve any explicit lifetime annotations. A lot of workarounds involves cloning and copying data. TODO: - [ ] Benchmark the code and find ways to improve the performance. - [x] Add cache. - [ ] Speed-up HN API call time. - [ ] Reduce the number of packages needed to build the application.
kerem 2026-03-14 12:22:26 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hackernews-TUI#4
No description provided.