<!--
See our full bug reporting guidelines at https://inkscape.org/contribute/report-bugs/
Writing a good bug report will ensure we'll be able to help efficiently. 🙂
-->
#### Summary:
When I work with a file with a bunch of paths/nodes in it and node snapping on, I notice that the entire program easily stalls and I have to wait several minutes or restart the program to resume working.
#### Steps to reproduce:
<!-- Describe what you did (step-by-step) so we can reproduce: -->
- open  in Inkscape
- turn off all snapping
- create a rectangle and drag it over the image, verify it works
- turn on snapping, just for nodes
- {width=147 height=424}
- try to drag rectangle over the image, see how it stalls (several minutes for me)
#### What happened?
The program stalled
#### What should have happened?
I should be able to move things around regardless of how expensive the snapping computation is. If it's too much, then maybe time out and let the object move. Or rethink the UI so it's always instantly responsive and the best of all snapping option heretofore computed is shown
Sample attachments:
<!-- Attach the sample file(s) highlighting the issue, if appropriate. -->
[node-snap-crash.svg](/uploads/0d0132b4475a183098dd1ebc6b25e195/node-snap-crash.svg)
#### Version info
<!--
Open 'Help > About' and click on the little bug icon in the bottom right corner that copies the debug information to your clipboard. For command line users, run 'inkscape --debug-info'.
For Inkscape 1.0.2 and older, please manually add the Inkscape Version and Operating System Version. The Inkscape version is listed in the About dialog. For command line users, run 'inkscape -V'
Paste the information in the empty space between the apostrophes below:
-->
```
Inkscape 1.4-beta (62f545ba5e, 2024-04-22)
Compile (Run)
GLib version: 2.80.0
GTK version: 3.24.41 (3.24.41)
glibmm version: 2.66.7
gtkmm version: 3.24.9
libxml2 version: 2.12.6
libxslt version: 1.1.39
Cairo version: 1.18.0 (1.18.0)
Pango version: 1.52.2 (1.52.2)
HarfBuzz version: 8.4.0 (8.4.0)
OS version: Windows 11 23H2
```
<!--
❤️ Thank you for filling in a new bug report, we appreciate the help! ❤️
Please be patient while we try to find the time to look into your issue.
Remember that Inkscape is developed by volunteers in their spare time, we'll try our best to respond to all reports.
-->
<!--
Please be careful when/after writing # for example in logs, code, or versions of linux
- use inline code span - single backticks (`) before and after it, like this - `#1618`
- use multi-line code block - triple backticks (```) to fence/enclose console logs
- attach long logs as a text file.
-->

























