Frank van Viegen
Frank van Viegen
`__normalize_local_item` normalizes the incoming data (for both `async_create_localitem` and `async_update_localitem`) into something that can be stored in the configuration.
I'm not really sure if that statement is accurate. The way I think/thought of it, is that either the bulb is part of some network (possibly coordinated by a Hue...
@krausest, oops! The .gitignore for `dist` got me. I've now added the library as an npm dependency, and added a build step.
Based on [your description](https://www.stefankrause.net/wp/2017/01/js-web-frameworks-benchmark-keyed-vs-non-keyed/index.html) it seemed to me that Aberdeen doesn't fit in either category, but *keyed* seemed closer. As there doesn't appear to be anything like `npm run isNonKeyed`,...
Thanks!
Thanks for your input @kjvalencik. Unfortunately, `node --inspect` is not helpful either. It consistently tells me that a bit over a 100% of time is spent in a Rust function...
Thanks a bunch! `pprof` is getting me some useful results on the Rust-side of things. Together with --inspect, that should be enough. Though it's still unclear what % is being...