Dmitriy Khmaladze

Results 127 issues of Dmitriy Khmaladze

The Mono 5 implementation is 3x times slower than Mono 3, looks like they have switch expression tree to interpretation instead of IL generation. Similar issue effects .NET Core. We...

bug
enhancement
question

Need to not require Message instance at all (it is an extra allocation). Is it possible to bypass CallSlot for sync-only bindings? Do we need to constrain binding with Contact?

enhancement
FUTURE

Optimize caching table by providing flag to enable Bloom filter. This can significantly improve performance by filtering out one-time hits that are rarely used. Need to design multi hashing strategy...

FUTURE

Need to have CMS functionality for portals. Base on virtual file system - revisions - approve/unapprove by content admin. Basically a catalog of structured resources: files, configs, NLSmaps, menus and...

enhancement
FUTURE

Do we need loc{} on attributes and section gets? Better yet create new instance on mutations, not gets as confs are read-only primarily. On the other hand this micro optimization...

enhancement
FUTURE