Skip to content
Snippets Groups Projects

Fix inefficient serialization of slaveIndices

Merged svornost requested to merge svornost/fc-pregmod:fixes into pregmod-master

Giant sparse arrays serialize ludicrously inefficiently, and keyed-object-to-array assignment has special rules which preserve the "array-ness" of the target. Despite comments, slaveIndices is not supposed to be an array at all, but a keyed object, so initialize it as one.

Fixes #1659 (closed).

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading