Michele Comignano

Results 4 issues of Michele Comignano

Hi! I'm working on some use cases when the availability of a method call is known only once the call has been triggered, so I've introduced the possibility to handle...

2.0

Currently `msgpack.unpack()`, converts the `msgpack_object` from C/C++ lib into a V8 object visiting the `msgpack_object` entirely with recursion. Such an approach is known to be ~ 3.5 times [slower](https://github.com/msgpack/msgpack-node#performance) than...

When JSON serializer is used to serialize a class that comes as bytecode only is not possible to put annotations on it: defaults from `ClassInformation` are applied for visibility. Could...