Skip to content

Memory optimization in selector validator#97

Merged
hannahhoward merged 1 commit intomasterfrom
feat/memory-optimization-validator
Sep 23, 2020
Merged

Memory optimization in selector validator#97
hannahhoward merged 1 commit intomasterfrom
feat/memory-optimization-validator

Conversation

@hannahhoward
Copy link
Collaborator

Goals

Selector validator is a continous source of memory leaks cause it constructs the same selector over and over

Implemention

Do not reconstruct a complicated selector on each call to selector validate -- put it in the init for the module.

Do not reconstruct a complicated selector on each call to selector validate
@hannahhoward hannahhoward merged commit 09368ac into master Sep 23, 2020
@aschmahmann aschmahmann mentioned this pull request Feb 18, 2021
73 tasks
@mvdan mvdan deleted the feat/memory-optimization-validator branch December 15, 2021 14:16
marten-seemann pushed a commit that referenced this pull request Mar 2, 2023
* Emit events with received cids (#71)

* persist received cids on channel state.

* Send, Receive and Validate Restart requests (#75)

* Send, Receive and Validate Requests

* Initiating and Responding Tests and bug fixes (#76)

* Testing for resuming data transfer work

* Cleanup Push Restarts PR  (#79)

* cleanup of restart PR

* link the peers

* Tests for pull restarts (#84)

* tests for pull restarts

* Merge Tests cleanup work (#92)

* cleanup of restart PR

* cleanup timedout channels (#93)

* backward compatibility of restart (#96)

* backward compatibility of restart

* changes and tests

* more tests

* better error handling for restarts

* feat(message): switch to cbor map encoding (#97)

switch to cbor map encoding for the 1_1 message protocol

* feat(channels): setup datastore migrations (#99)

setup datatransfer channels so they migrate over successfully

Co-authored-by: Hannah Howard <hannah@hannahhoward.net>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant