JuliaLang/julia

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

Open

#11,161 创建于 2015年5月6日

在 GitHub 查看
 (26 评论) (1 反应) (0 负责人)Julia (5,773 fork)batch import
Hacktoberfestdocsgood first issuehelp wanted

仓库指标

Star
 (48,709 star)
PR 合并指标
 (平均合并 20天 6小时) (30 天内合并 157 个 PR)

描述

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

贡献者指南