Skip to content

Conversation

@kanetronv2
Copy link
Contributor

Fixes #86

Optimizes cursor loading performance by deferring heavy operations that were blocking the main thread during terminal initialization.

Changes:

  • Move ASCII art and file preloading after terminal initialization
  • Process images in batches with delays to prevent blocking main thread
  • Load remote files asynchronously with staggered timing
  • Add lazy loading fallback for ASCII art on-demand

This allows the terminal cursor to become responsive immediately while background assets load progressively.

Generated with Claude Code

- Move ASCII art and file preloading after terminal initialization
- Process images in batches with delays to prevent blocking main thread  
- Load remote files asynchronously with staggered timing
- Add lazy loading fallback for ASCII art on-demand
- Resolves slow cursor loading issue #86

Co-authored-by: kanetronv2 <kanetronv2@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

the cursor loads too slowly

2 participants