Skip to content

Speedup read access to records from query #758

@lvca

Description

@lvca

The current implementation of deserializing properties from an immutable document is quite generic and used by many methods, but in particular from:

  • ImmutableDocument.has()
  • ImmutableDocument.get()

The methods above are largely used in queries. It would be great if we can create ad hoc methods that are optimized for has and get(<property>).

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions