This repository was archived by the owner on Aug 11, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 20
Perf: Don't hide 'private' fields? #152
Comments
The reason for having those is that you can easily have the Can you tell me more about those graphics? Where are they from? How much of a bottleneck is that compared to e.g. deserializing the PB. Is this a huge performance hit or a "we could be faster if we won't do this, but atm it doesn't really matter"? |
vmx
added a commit
that referenced
this issue
Jul 17, 2019
Instead of changing the enumerability of certain fields, just generate the appropriate output of the `tree()` call. This is possible in dag-pb as there are no user-defined dynamic fields that we might be able to resolve into. Closes #152.
vmx
added a commit
that referenced
this issue
Jul 17, 2019
Instead of changing the enumerability of certain fields, just generate the appropriate output of the `tree()` call. This is possible in dag-pb as there are no user-defined dynamic fields that we might be able to resolve into. Closes #152.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
It's expensive and the convention in js is to leave methods/properties prefixed by
_
alone.Consider removing this?
The text was updated successfully, but these errors were encountered: