Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: asterinas/xarray
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: DragonOS-Community/xarray
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 2 commits
  • 4 files changed
  • 1 contributor

Commits on Sep 24, 2024

  1. feat: Make XNode field slots slab-friendly and cacheline-aligned (#1)

    - 原本的XNode大小为544字节,对采用slab分配器的内核而言不友好,会实际分配1K。优化后实际分配576字节
    - 由于原本xarray的slots数组不是cacheline对齐的,因此速度慢。换了之后benchmark性能有提升
    
    启用feature: `slab-friendly`即可开启本优化
    
    Signed-off-by: longjin <[email protected]>
    fslongjin authored Sep 24, 2024
    Configuration menu
    Copy the full SHA
    de93b57 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2026

  1. refactor(entry): simplify ty() method and remove unused import (#2)

    - Replace chained not() and then() with explicit if-else for clarity
    - Add panic message for invalid XEntry tag to improve debuggability
    - Remove unused Not import from core::ops
    
    Signed-off-by: jinlong <[email protected]>
    fslongjin authored Feb 24, 2026
    Configuration menu
    Copy the full SHA
    5113ad0 View commit details
    Browse the repository at this point in the history
Loading