Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for WASM based tSNE #207

Open
wants to merge 15 commits into
base: master
Choose a base branch
from
Open

Add support for WASM based tSNE #207

wants to merge 15 commits into from

Conversation

J16N
Copy link

@J16N J16N commented Aug 14, 2024

This PR introduces support for data visualization using t-SNE, now accelerated by Rust for enhanced performance. Key features include:

  • Efficient Multithreading: Computation is optimized through multithreading, significantly improving processing speed.
  • On-Demand Rendering: Implements "on-demand rendering" as outlined in the original proposal.
  • Pre-computed Distance Matrix Support: Added functionality to accept a pre-computed distance matrix as input, producing lower-dimensional vectors as output.
  • Performance Enhancements: Utilizes SharedArrayBuffer to efficiently transfer results from worker thread to the main thread, further boosting performance.

@J16N J16N changed the title Add support for WASM based tSNE. Add support for WASM based tSNE Aug 14, 2024
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.

1 participant