JuliaLang/julia
Vedi su GitHubRFC: adding O() notation in the documentation for functions, like Haskell
Open
#11.161 aperta il 6 mag 2015
Hacktoberfestdocsgood first issuehelp wanted
Metriche repository
- Star
- (48.709 star)
- Metriche merge PR
- (Merge medio 20g 6h) (157 PR mergiate in 30 g)
Descrizione
I noticed that the Haskell string functions actually have O(1) or O(n) as the very first thing in the documentation of many of their functions... What do people think about adding that to the Julia documentation? Julians in general do seem to be rather concerned about performance, that might be useful information...