Jacob Powers
Jacob Powers
Anyone have any clues why there is such a small performance improvement on this project from changing the number of worker at the low end? My initial thought is that...
@sangohan, did you ever make any progress on the Node implementation? I've been thinking about trying to create a Coz implementation for Typescript sources by using a custom AST transformer...
@sangohan yeah, I just spent a little bit learning how the Typescript compiler works. I now have a custom transformer hello world functional.. (super fun to figure this out :-D)...
Are there any versions for which this problem is not occurring?
Sorry, I don't have any public repos I'm testing with. The configuration I tested looks similar to this: ``` const blocked = require('blocked-at') const express = require('express') const datadogLib =...
Yeah, that seems sensible. I will give that a shot. I'm seeing that many DD lines are present in our stack traces so that wouldn't surprise me. ``` "parsed": {...
My intuition is that we are probably seeing the performance issues because of this line. https://github.com/naugtur/blocked-at/blob/master/index.js#L36C1-L37C1 Where we invoke a fairly expensive function to capture and store a stack trace...
I spent some time toying around with updates to add MarshalJSON to the array templates. `VarcharArray`, `TextArray` and several others seem like good candidates for this since their Elements have...