Skip to content
View txaty's full-sized avatar
Java Chip Frappuccino.
Java Chip Frappuccino.

Organizations

@ttvs-blockchain @notus-project
Block or Report

Block or report txaty

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
txaty/README.md
Gopher!

Tommy TIAN

Computer Science MPhil (Master of Philosophy) @ HKUST.

My previous GitHub ID: tommytim0515

Medium Reddit Email

Pinned

  1. go-bigcomplex go-bigcomplex Public

    Golang big complex number library, currently supporting big Gaussian integer and big Hurwitz integer.

    Go 7

  2. go-merkletree go-merkletree Public

    Go Merkle Tree. High performance, Supporting parallel run, OpenZeppelin sorting pairs.

    Go 104 17

  3. Smart-Fridge Smart-Fridge Public

    Smart IoT Refrigerator.

    C 1

  4. lfs lfs Public

    Blazingly fast Lagrange Four Square Sum algorithm.

    Go

  5. gool gool Public

    Generic goroutine pool: Submit, Map, Async.

    Go 70 3

  6. My favorite programming quotes My favorite programming quotes
    1
    1. Don't communicate by sharing memory; share memory by communicating.
    2
    2. Concurrency is about dealing with lots of things at once. Parallelism is about doing lots of things at once.
    3
    3. Move fast and break things.
    4
    4. We should forget about small efficiencies, say about 97% of the time: premature optimization is the root of all evil.
    5
    5. The most important thing in a programming language is the name. A language will not succeed without a good name. I have recently invented a very good name, and now I am looking for a suitable language.