Skip to content
View Meglody's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report Meglody

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

🐱 My GitHub Stats

我的 GitHub 数据

💬 Recently Used

Top Langs

🌱 Views

Views

🧮 Leetcode

LeetCode stats

⚡ Social Links

Genshin Impact

Genshin Impact

Osu game

Osu game

Others

Bilibili Netease Music Steam (games) Steam (friends)

Pinned Loading

  1. Cached-throttle-promise Cached-throttle-promise Public

    节流行为 throttle action

    TypeScript

  2. Meglody.github.io Meglody.github.io Public

    🐱卡西猫倒的小站

    TypeScript

  3. learn-webgl learn-webgl Public

    学习webgl

    Vue

  4. coding-practice coding-practice Public

    用于练习写抽象函数及其测试用例

    TypeScript

  5. Ydolgem Ydolgem Public

    Created with StackBlitz ⚡️

    Vue

  6. optimization of long task optimization of long task
    1
    // learn by (https://web.dev/optimize-long-tasks/)
    2
    // mock long tasks
    3
    const createTasks = (taskNames) => {
    4
      return taskNames.map((name) => () => {
    5
        const time = Math.random() * 1000