Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 40 million developers.
Sign up- Poznań, Poland
- Sign in to view email
- http://lukasz.langa.pl
Pinned
263 contributions in the last year
Contribution activity
December 2019
Created a pull request in edgedb/edgedb that received 2 comments
Split flamegraph generation into a separate call-stack and usage SVG
This speeds up browsing call-stack SVGs a lot.
+39
−22
•
2
comments
- Don't compute lineage every time you check subclassing
- Put caching in all invocations of ptrref_from_ptrcls
- Cache type_to_typeref
- Don't even run `self.check_field_type()` in `AST.__init__` unless type checks are enabled
- Omit populating `.parent` for AST nodes
- Fix rendering of the reverse flamegraph
- s/python -m edb.tools.profiling/edb perfviz/
- Only trace singledispatch while profiling is enabled
- Fix minor problems with the profiler