Last active
August 29, 2015 14:03
-
-
Save alco/33b23cbce660ca61ae89 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
λ 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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
λ 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