Skip to content
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: Improve Code Readability #2

Closed
wants to merge 5 commits into from

Commits on Oct 22, 2024

  1. Simplify server implementation - make it easier to read

    Signed-off-by: Anjan Roy <hello@itzmeanjan.in>
    itzmeanjan committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    cf8c0d6 View commit details
    Browse the repository at this point in the history
  2. Simplify client implementation - make it easier to read

    Signed-off-by: Anjan Roy <hello@itzmeanjan.in>
    itzmeanjan committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    220c2e8 View commit details
    Browse the repository at this point in the history
  3. Refactor benchmark functions to make them easier to grasp

    Signed-off-by: Anjan Roy <hello@itzmeanjan.in>
    itzmeanjan committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    02d848e View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

  1. Make byte serializing matrix multi-threaded

    Signed-off-by: Anjan Roy <hello@itzmeanjan.in>
    itzmeanjan committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    af5856e View commit details
    Browse the repository at this point in the history
  2. Make constructing matrix from serialized bytes multi-threaded

    Signed-off-by: Anjan Roy <hello@itzmeanjan.in>
    itzmeanjan committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    db8b9d3 View commit details
    Browse the repository at this point in the history