thepudds
thepudds
This is very nice. For the not-yet-written doc string, would it make sense to include a couple brief points about how `instrs/cycle` can be useful? Perhaps the doc string could...
A quick comment: `list` seems highly desirable (and is something I had been wishing for... 😅 ) A simple example is if you want to take a large `.go` file...
Hi there :wave:. FYI, Russ has a new diff implementation in [CL 384255](https://golang.org/cl/384255/). It is an implementation of [patience diff](https://bramcohen.livejournal.com/73318.html?noscroll&utm_medium=endless_scroll). It runs in O(n log n) time, and I think...
All that said, there is also https://github.com/golang/go/issues/45200 -- presumably that will be a time and space efficient algorithm. If that ends up happening soon, then perhaps not much benefit having...
Hi @josharian, I’ll take a closer look at the API that the myers package presents here, and see if I can send a PR. No guarantees though. And agreed it...
Hi @YashJainSC, I'm not 100% sure, but as a starting point you could take a look at #21056, including https://github.com/golang/go/issues/21056#issuecomment-1687691749 and https://go.dev/cl/62971, and a benchmark you could run if interested...
Also, I'll note this is the first time I've looked into reporting something via vulndb, so sorry in advance if this is the wrong spot or if I made some...
CC @jaloren, @seankhliao
Thanks @seankhliao. According to that reddit thread, reddit user `_a8m_` says they reported it, perhaps to GitHub: https://old.reddit.com/r/golang/comments/1jbzuot/someone_copied_our_github_project_made_it_look/mhyoh3y/ > `serverhorror` 16 points 21 hours ago > > Did you report...
In https://github.com/golang/go/issues/56948#issuecomment-1471000614 above, @dsnet observed: > https://github.com/golang/go/issues/20881 is also another compiler optimization that would address the need for this. If that was fixed, then we could always do: > >...