codingchili / chili-core

Reactive framework for creating transport & storage-transparent microservices with Vert.x
https://codingchili.github.io/chili-core/
MIT License
14 stars 5 forks source link

Replace JSON getValueByPath hack with AttributeBytecodeGenerator in CQEngine #193

Closed codingchili closed 6 years ago

codingchili commented 6 years ago

The performance will go through the roof.

codingchili commented 6 years ago

No native support for generating nested attributes. Added a new method to Serializer that can retrieve the value given a path using reflection. Not able to use asmreflect for private fields.