|
|
|
|
|
by zanny
2706 days ago
|
|
At least in my case I'd like to think I absorbed the habit of recognizing sub-optimal traversals of data (for example, yesterday I was writing a parallel iterator and made the intentional choice to "waste" effort duplicating the map result than having to synchronize threads on mutable boundaries) but I don't remember all the buzz word jenga that was in my data structures class in uni. |
|
It's hard to do research when one doesn't recognize there's a problem, nor know what question to ask.