wanglec
wanglec
**Is your feature request related to a problem? Please describe.** We want to add the cache functionality for the function `_is_annotation`. It should remember whether the entry is annotated-like once...
**Is your feature request related to a problem? Please describe.** Implement `get_multi_attributes(type_name: str, attr_names: List(str)) -> Iterator[List]`, which fetches data from entries in the data_store of type `type_name` and retrieve...
**Is your feature request related to a problem? Please describe.** Profilers could test whether our new data structure has improvements and measure the time from each processor. **Describe the solution...