devdocs icon indicating copy to clipboard operation
devdocs copied to clipboard

The program gets hung after entering some characters in the input box

Open oldshensheep opened this issue 1 year ago • 3 comments

Bug report

OS information

Microsoft Edge Version 110.0.1587.63 (Official build) (64-bit) Windows 11 22H2

Steps to reproduce

  1. open https://devdocs.io
  2. enable pytorch spring boot docs
  3. paste the text random_split input search box

More resources

Page not responding and CPU usage high image

Possible fix

oldshensheep avatar Mar 06 '23 05:03 oldshensheep

The same issue is seen when we have a long search string

gangaramani-nikhil avatar Mar 26 '23 13:03 gangaramani-nikhil

Also having this issue on Vivaldi 6.0.2979.11 when I search request body in Spring Boot

solo-nko avatar May 09 '23 00:05 solo-nko

Had a quick look at this and looks to me that the search algorithm is just way inefficient. Both Spring Boot and Pytorch have about 2000 entries of data to go through

carlqt avatar Oct 11 '23 04:10 carlqt