Skip to content
View kirillgrachoff's full-sized avatar
🥲
🥲

Highlights

  • Pro
Block or Report

Block or report kirillgrachoff

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
kirillgrachoff/README.md

Kirill Grachev (@kirillgrachoff)

  • Student at MIPT, DIHT (Applied Mathematics and Computer Science)
  • Student at YSDA
  • ex-SWE at Yandex.Cloud, Huawei
  • Who am I
  • I’m currently learning C++, Go, Rust and Scala
  • How to reach me
    • public email
    • telegram: kirillgrachoff
    • linkedin: kirillgrachoff

Pinned

  1. load_tester load_tester Public

    simple utility to test service with get requests

    Go

  2. SkewHeap.scala SkewHeap.scala
    1
    import Ordering.Implicits._
    2
    
                  
    3
    sealed abstract class SkewHeap[T] {
    4
      def merge(that: SkewHeap[T])(implicit T: Ordering[T]): SkewHeap[T]
    5
      def top: Option[T]
  3. BigInt-Rational BigInt-Rational Public

    C++

  4. go-quic-potato go-quic-potato Public

    Simple server for androd-potato application

    Go

  5. tlaplus-examples tlaplus-examples Public

    TLA