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

What is the difference between minimap and minimap-plus #709

Closed
wants to merge 59 commits into from

Conversation

yuanyuan12543
Copy link

Hi, what is the improvement for minimap-plus campared to minimap? I am using the minimap to align my reads to my assembly, it is so slow. Will the minimap-plus be faster?

Thanks!

lgeiger and others added 30 commits February 15, 2019 20:41
Marking event listeners as passive, indicates that the callback will never call `event.preventDefault()`. This can improve scolling performance in many cases.

For more information on passive event listeners see: https://developers.google.com/web/updates/2016/06/passive-event-listeners
🐎 Make event listeners passive
Co-authored-by: Derek Kramer <derek.kramer88@gmail.com>
aminya and others added 24 commits July 10, 2020 04:53
This will prevent the very long lines to break minimap when softwrap is not enabled.
This allows skipping the frames if the browser is busy doing other 
things, and it will improve the overall experience
This fixes the previous commit which did not cancel animation frame
@aminya
Copy link
Collaborator

aminya commented Oct 27, 2020

From what I understand Minimap is abandoned. It seems that @abe33 did not answer my emails, issues, mentions, etc. Unfortunately, they have been disappeared from the internet. Therefore, I had to make a separate package to improve the minimap.

See #700

Hi, what is the improvement for minimap-plus campared to minimap? I am using the minimap to align my reads to my assembly, it is so slow. Will the minimap-plus be faster?

Minimap plus is much faster. It uses desynchronized canvas for rending, passive listeners for scrolling, and many other improvements that make minimap-plus the better package.

@aminya aminya closed this Nov 21, 2020
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.

5 participants