You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Similar to #696, transaction trace conversion to exploded fc::variant via abi_serializer can be mostly moved off the main thread. Although, the performance impact will not be as great as #696, it is likely still worth doing.
chain_plugin: get_table_rows and similar - this is harder because of the way deadline is handled - unless we relax deadline or some other heuristic for how long to grab rows vs converting those rows to expanded fc::variant
The text was updated successfully, but these errors were encountered:
Similar to #696, transaction trace conversion to exploded
fc::variant
viaabi_serializer
can be mostly moved off the main thread. Although, the performance impact will not be as great as #696, it is likely still worth doing.chain_plugin
:get_table_rows
and similar - this is harder because of the way deadline is handled - unless we relax deadline or some other heuristic for how long to grab rows vs converting those rows to expandedfc::variant
The text was updated successfully, but these errors were encountered: