Skip to content

Instantly share code, notes, and snippets.

@alco
Last active August 29, 2015 14:03
Show Gist options
  • Save alco/33b23cbce660ca61ae89 to your computer and use it in GitHub Desktop.
Save alco/33b23cbce660ca61ae89 to your computer and use it in GitHub Desktop.
λ du -k lib/*/ebin/*.beam | sort -nr
508 lib/elixir/ebin/elixir_parser.beam
180 lib/elixir/ebin/Elixir.String.Unicode.beam
156 lib/elixir/ebin/Elixir.String.Graphemes.beam
112 lib/elixir/ebin/Elixir.Kernel.beam
72 lib/elixir/ebin/Elixir.Enum.beam
56 lib/elixir/ebin/Elixir.Kernel.Typespec.beam
...
Total: 4060 KB
λ du -k lib/*/ebin/*.beam | sort -nr
508 lib/elixir/ebin/elixir_parser.beam
152 lib/elixir/ebin/Elixir.String.Unicode.beam
84 lib/elixir/ebin/Elixir.String.Graphemes.beam
48 lib/elixir/ebin/elixir_tokenizer.beam
28 lib/elixir/ebin/elixir_module.beam
28 lib/elixir/ebin/elixir_exp.beam
28 lib/elixir/ebin/elixir_dispatch.beam
28 lib/elixir/ebin/Elixir.Kernel.beam
28 lib/elixir/ebin/Elixir.Kernel.Typespec.beam
...
Total: 2768 KB
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment