yorkie-team / yorkie

Yorkie is a document store for collaborative applications.
https://yorkie.dev
Apache License 2.0
771 stars 143 forks source link

Remove garbage collection logic for ElementRHT #829

Closed raararaara closed 3 months ago

raararaara commented 5 months ago

Description: As mentioned in the comments of issue #796, automatic garbage collection is performed on objects that are not referenced.

Therefore, there is no need for garbage collection logic for ElementRHT, and it needs to be removed.

Related to https://github.com/yorkie-team/yorkie/pull/462

Why: To streamline the code and remove unnecessary garbage collection logic.