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

feat: implement multithreading for rendering and local search indexing, use JSDOM for better section split performance and reliability. #3386

Open
wants to merge 52 commits into
base: main
Choose a base branch
from

Commits on Dec 28, 2023

  1. Configuration menu
    Copy the full SHA
    d0b34f6 View commit details
    Browse the repository at this point in the history
  2. feat(build): log duration for each task, use humanized format

    modify log format, use dash instead of parenthesis
    zhangyx1998 committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    0b37eff View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e568de3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8849d85 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2023

  1. Configuration menu
    Copy the full SHA
    9281648 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f9f9684 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5c06a08 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e5ed19d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b796f21 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2149f6b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1b47c8e View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2023

  1. Configuration menu
    Copy the full SHA
    541ad0a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f196fb6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8c429b4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e31a3e5 View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2023

  1. Configuration menu
    Copy the full SHA
    ace515b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9195369 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    007fa59 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2024

  1. Configuration menu
    Copy the full SHA
    25ca443 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e7c0a82 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    37c94cc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    50093fd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cc101a7 View commit details
    Browse the repository at this point in the history
  6. fix merge errors

    zhangyx1998 committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    2449ffc View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9d5aedc View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    046b653 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3a720eb View commit details
    Browse the repository at this point in the history
  10. update pnpm lock file

    zhangyx1998 committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    1426208 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d86be7a View commit details
    Browse the repository at this point in the history
  12. build: remove debug log

    zhangyx1998 committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    304a9e5 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    ba0c3f5 View commit details
    Browse the repository at this point in the history
  14. remove unneeded file

    zhangyx1998 committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    6f3d80e View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2024

  1. Configuration menu
    Copy the full SHA
    a45bae9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3479538 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d79465a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9307bbb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8b8fe14 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c3df64a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8edb076 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2024

  1. Configuration menu
    Copy the full SHA
    346e54d View commit details
    Browse the repository at this point in the history
  2. cleanup code

    zhangyx1998 committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    77f708a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    93aff9f View commit details
    Browse the repository at this point in the history
  4. revert irrelevant change

    zhangyx1998 committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    e75adf9 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2024

  1. Configuration menu
    Copy the full SHA
    754a8cb View commit details
    Browse the repository at this point in the history
  2. resolve pnpm lock error

    zhangyx1998 committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    e98da5b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5862747 View commit details
    Browse the repository at this point in the history
  4. package upgrade

    zhangyx1998 committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    1c880a8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5493202 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1dd35b2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e5a1c75 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2024

  1. Configuration menu
    Copy the full SHA
    25ed7dc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    671087c View commit details
    Browse the repository at this point in the history