Vladimir Kruzhkov

Results 19 comments of Vladimir Kruzhkov

Smth like: 1. Use [figma-api-gen](https://github.com/Morglod/figma-api-gen) to generate schemas for methods & types 2. Create readonly-public figma file with tons of different nodes, effects, properties 3. Call api on figma file...

Just published my bindings generator (tested on wgpu) https://github.com/Morglod/bun-ffi-gen

@Romick2005 yep, thank you!) Did not believe my eyes first when tested on arm64, its 5x times faster (macos m1, emit-multiple-listeners.js) rosetta: ``` EventEmitter3 x 5,918,681 ops/sec ±0.18% (92 runs...

@KurtPreston Hi, sorry for long answer. Looks like TypeScript reworked a bit it's type resolution system, so for now only `pathOf` function & `pathOfN` types works properly. I will try...

@KurtPreston Hi Working on fixes here https://github.com/Morglod/ts-pathof/pull/4

@mustafa519 Hi! Thank you for finding this bug, fixed it in new version 1.2.1 https://github.com/Morglod/tseep/commit/37575bdaceb61e42d3b6704bc93e4f7b22637454

On latest typescript version everyting works ok (^5.4.5): ```ts interface MyEvents extends DefaultEventMap { x: () => void, y: () => void, } const ee = new EventEmitter(); ``` What...

Just wondering about rewriting Rust to Zig Stop this ads please `webview` is written on C/C++ Install 150gb Rust's toolchain and wait 1000 years compilation just to use "safe" rust...

Hi! I thing it goes directly to how frequent is "frequently" and how much events you have, also you should test all together on user platform because of JIT nature...

Just added no-eval version which also shows x3 performance boost relative to eventemitter3, but without additional cost to callbacks backing