Skip to content
View qingwei91's full-sized avatar

Block or report qingwei91

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. basil basil Public

    A forgiving Json lense

    Scala 19 1

  2. lolipop lolipop Public

    Raft as an extensible library, try to be functional

    Scala 2

  3. qingwei91.github.io qingwei91.github.io Public

    personal blog

    HTML

  4. How does Multiplayer Game sync their... How does Multiplayer Game sync their state? Part-1
    1
    ## The problem in multiplayer game
    2
    In multiplayer game, one of the most complex issue is to keep all player's state in sync with server state.
    3
    There are a few good articles around this topic on the internet. However, some details are missing here and there, which may be confusing for beginners in field of game programming, I hope I can clear things up in this article.
    4
    
                  
    5
    I'll present a few techniques commonly used in this problem space.
  5. crdt-scala3 crdt-scala3 Public

    Implementation of some CRDT in Scala3

    Scala

  6. inc-scala inc-scala Public

    Incremental (from Jane Street) implemented in Scala

    Scala 2