Goofing around to see if we can beatwc in Elixir
View the Project on GitHub bbense/beatwc
System.cmd("wc",["-l", file])
def naive(path) do path |> File.stream! |> Enum.count end Timing Results
def naive(path) do path |> File.stream! |> Enum.count end