-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refactor: refactor the XlineServer #293
Comments
Phoenix500526
added a commit
to Phoenix500526/Xline
that referenced
this issue
May 26, 2023
Read issue xline-kv#293 for more details Closes xline-kv#293
Merged
Phoenix500526
added a commit
to Phoenix500526/Xline
that referenced
this issue
May 26, 2023
Read issue xline-kv#293 for more details Closes xline-kv#293
Phoenix500526
added a commit
to Phoenix500526/Xline
that referenced
this issue
May 26, 2023
Read issue xline-kv#293 for more details Closes xline-kv#293
Phoenix500526
added a commit
to Phoenix500526/Xline
that referenced
this issue
May 26, 2023
Merged
Phoenix500526
added a commit
to Phoenix500526/Xline
that referenced
this issue
May 27, 2023
Read issue xline-kv#293 for more details Closes xline-kv#293
Phoenix500526
added a commit
to Phoenix500526/Xline
that referenced
this issue
May 27, 2023
Phoenix500526
added a commit
to Phoenix500526/Xline
that referenced
this issue
May 29, 2023
Phoenix500526
added a commit
to Phoenix500526/Xline
that referenced
this issue
May 29, 2023
Phoenix500526
added a commit
to Phoenix500526/Xline
that referenced
this issue
May 30, 2023
Phoenix500526
added a commit
to Phoenix500526/Xline
that referenced
this issue
May 31, 2023
Phoenix500526
added a commit
to Phoenix500526/Xline
that referenced
this issue
May 31, 2023
Phoenix500526
added a commit
to Phoenix500526/Xline
that referenced
this issue
May 31, 2023
Read issue xline-kv#293 for more details Closes xline-kv#293
Phoenix500526
added a commit
to Phoenix500526/Xline
that referenced
this issue
May 31, 2023
Phoenix500526
added a commit
to Phoenix500526/Xline
that referenced
this issue
Jun 1, 2023
Read issue xline-kv#293 for more details Closes xline-kv#293
Phoenix500526
added a commit
to Phoenix500526/Xline
that referenced
this issue
Jun 1, 2023
Phoenix500526
added a commit
to Phoenix500526/Xline
that referenced
this issue
Jun 2, 2023
Phoenix500526
added a commit
to Phoenix500526/Xline
that referenced
this issue
Jun 2, 2023
Phoenix500526
added a commit
to Phoenix500526/Xline
that referenced
this issue
Jun 2, 2023
Read issue xline-kv#293 for more details Closes xline-kv#293
Phoenix500526
added a commit
to Phoenix500526/Xline
that referenced
this issue
Jun 2, 2023
Phoenix500526
added a commit
to Phoenix500526/Xline
that referenced
this issue
Jun 2, 2023
Read issue xline-kv#293 for more details Closes xline-kv#293
Phoenix500526
added a commit
to Phoenix500526/Xline
that referenced
this issue
Jun 2, 2023
Phoenix500526
added a commit
to Phoenix500526/Xline
that referenced
this issue
Jun 2, 2023
Phoenix500526
added a commit
to Phoenix500526/Xline
that referenced
this issue
Jun 2, 2023
Phoenix500526
added a commit
that referenced
this issue
Jun 2, 2023
bsbds
pushed a commit
to bsbds/Xline
that referenced
this issue
Jun 5, 2023
Read issue xline-kv#293 for more details Closes xline-kv#293
bsbds
pushed a commit
to bsbds/Xline
that referenced
this issue
Jun 5, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently, we have split the construction logic of XlineServer into two parts. One is placed in the
new
method, which is responsible for creating various underlying data structures. The other part is placed in theinit_server
method, which is responsible for assembling the corresponding servers. This approach can makeXlineServer
become a giant structure because any intermediate structure needed to be stored inXlineServer
, which increases the reading burden.The text was updated successfully, but these errors were encountered: