Beau Gunderson

Results 183 comments of Beau Gunderson

This does work though: ```js const unpackr = new Unpackr({ mapsAsObjects: true, variableMapSize: true }); ```

Hmm, `variableMapSize: true` also seems to cause decoding to take much longer than an additional 10%, it's gone from ~1 second to minutes for a 102mb msgpack file.

Tried to come up with a test case just now that roughly mimics my object but it doesn't exhibit the same extreme unpacking time (I did measure how long it...

Will clean up my current file and share it tomorrow, as well as compare the smaller than 65k non-`variableMapSize` version vs. the larger than 65k `variableMapSize` version directly.

OK, so nowhere near as wide as a gulf as I thought! I think I probably compared my 1.4gb file, which has the same number of top-level keys but has...

I agree but we still use some methods of jsbn that will need to be implemented on top of BigInt… I may not get to it for some months so...

This is how it looks via `brew install lsusb; lsusb -v` if it's any help: ``` USB 3.1 Bus: Host Controller Driver: AppleUSBXHCITR PCI Device ID: 0x15ec PCI Revision ID:...

A-ha! It is undocumented but from reading the code and testing it it's clear that `object.keys()` does what I want, I found it here: https://github.com/leek-wars/leekscript/blob/f0c085341338b06913df8cfa4ab9bb51602ef569/src/main/java/leekscript/common/ObjectType.java#L11-L13

Two friends just reported that speedups failed on transactions as well; here's one example where a speedup failed: https://etherscan.io/tx/0x202eb0c9929db5a5ed1400308d8a25219e5ae405c48f3666a8fac11ba57dea55

![image](https://user-images.githubusercontent.com/61791/132548788-e4d428b8-aa69-4132-b083-88e96978d08b.png) still happening, though this time I can grab the `logState` 👍 will submit momentarily