JuliaLang/julia

RFC: adding O() notation in the documentation for functions, like Haskell

Open

#11.161 geöffnet am 6. Mai 2015

Auf GitHub ansehen
 (26 Kommentare) (1 Reaktion) (0 zugewiesene Personen)Julia (5.773 Forks)batch import
Hacktoberfestdocsgood first issuehelp wanted

Repository-Metriken

Stars
 (48.709 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 20T 6h) (157 gemergte PRs in 30 T)

Beschreibung

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...

Contributor Guide