profile
Here are 4,080 public repositories matching this topic...
-
Updated
May 17, 2022 - JavaScript
-
Updated
May 17, 2022 - Markdown
Trace files are big and compress really well, 5x-ish in my experience. Could magic-trace write out compressed traces instead of raw traces?
Perfetto already has support for loading gzipped traces. But gzip is really slow (fingers crossed for Sapphire Rapids, but that's years from being commonplace).
As far as I can tell, we have two options here:
- teach magic-trace to write gzipped trace
In jlfwong/speedscope#188, I introduced TextDecoder as a way of avoiding performance issues with building up a huge string slowly. There are ways to make the fallback path faster and use less memory as well:
From @evanw:
The problem is that JavaScript JITs such as V8 optimize repeated string appends by building up a linked list in memory and only constructing the
-
Updated
Nov 7, 2021 - Java
-
Updated
Apr 27, 2022 - TypeScript
-
Updated
May 17, 2022 - Python
-
Updated
May 17, 2022
-
Updated
Feb 23, 2022 - Java
Error description photo
Device used in the photo
Android 11; Redmi Note 8 Build/RKQ1.201004.002
Browser version used in the photo
Chrome 96.0.4664.92
-
Updated
Mar 15, 2022
-
Updated
May 14, 2022 - Markdown
🎨 Add more themes
If you have a creative theme you've designed that you think others may like to use, feel free to add it to the code!
Requesting a theme
- Open an issue describing your new theme in detail and optionally show an image.
- Say in the issue if you would like someone else to add the theme.
Designing a theme
- Pick colors using the "advanced options" on the [Demo Site](https://gi
-
Updated
Dec 8, 2021 - Python
-
Updated
May 15, 2022 - PHP
-
Updated
Mar 30, 2022 - Python
-
Updated
May 16, 2022
-
Updated
May 10, 2022 - Shell
-
Updated
May 7, 2021 - Objective-C
-
Updated
Jan 22, 2022 - C
-
Updated
May 7, 2022 - JavaScript
-
Updated
May 9, 2022 - JavaScript
-
Updated
May 17, 2022 - Python
-
Updated
Sep 3, 2020 - PHP
-
Updated
Dec 8, 2019 - Swift
Is your feature request related to a problem? Please describe.
It will be good to have more readme templates to choose from
Describe the solution you'd like
More templates are needed
Improve this page
Add a description, image, and links to the profile topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the profile topic, visit your repo's landing page and select "manage topics."

When entering a repository path, users should be able to hit TAB for autocomplete, like in bash.