I guess the authors used a raw allocation in the example code to show the simplest possible use-after-free. Any software with complex object ownership written in a language without GC has to balance between…
Author here. Fingerprinting is a valid concern. The API explainer has a section about it: https://github.com/WICG/performance-measure-memory#fingerpri... It is important to keep in mind that the API only accounts for…
Author here. The new API excludes the objects allocated by extensions, so the results should be more stable and actionable compared to the existing tools. I filed a feature request for DevTools heap snapshot to do the…
I like how the author contrasts monads with applicative functors and demonstrates why monads are more powerful.
I guess the authors used a raw allocation in the example code to show the simplest possible use-after-free. Any software with complex object ownership written in a language without GC has to balance between…
Author here. Fingerprinting is a valid concern. The API explainer has a section about it: https://github.com/WICG/performance-measure-memory#fingerpri... It is important to keep in mind that the API only accounts for…
Author here. The new API excludes the objects allocated by extensions, so the results should be more stable and actionable compared to the existing tools. I filed a feature request for DevTools heap snapshot to do the…
I like how the author contrasts monads with applicative functors and demonstrates why monads are more powerful.