Thanks to visit codestin.com
Credit goes to github.com

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: cnpm/cnpmcore
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.13.3
Choose a base ref
...
head repository: cnpm/cnpmcore
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.14.0
Choose a head ref
  • 3 commits
  • 12 files changed
  • 4 contributors

Commits on Dec 7, 2025

  1. chore(benchmark): add CPU profiler analysis tools (#917)

    Add scripts and reports for analyzing V8/xprofiler CPU profiles:
    - analyze-profile.js: Comprehensive CPU profile analyzer
    - hotspot-finder.js: Find specific hotspots with filtering
    - call-tree-analyzer.js: Analyze call relationships between layers
    - flamegraph-convert.js: Convert to folded stack format for flame graphs
    - REPORT.md: Analysis findings showing Leoric Bone constructor as main
    hotspot
    - CALL-DIAGRAM.md: Visual call relationship diagram
    
    Key findings: Leoric ORM Bone constructor consumes 15.38% of active CPU
    time, while application code only uses 2.18%.
    
    🤖 Generated with [Claude Code](https://claude.com/claude-code)
    
    ---------
    
    Signed-off-by: MK (fengmk2) <[email protected]>
    Co-authored-by: Claude <[email protected]>
    Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
    3 people authored Dec 7, 2025
    Configuration menu
    Copy the full SHA
    5ef2c67 View commit details
    Browse the repository at this point in the history
  2. feat: avoids Bone constructor overhead for each row (#919)

    close #900
    
    ```bash
    SELECT `id`, `binary_id`, `name`, `date` FROM `binaries` WHERE `category` = 'node' AND `parent` = '/'
    ```
    
    <!-- This is an auto-generated comment: release notes by coderabbit.ai
    -->
    
    ## Summary by CodeRabbit
    
    * **Performance**
    * Optimized binary synchronization through streamlined data retrieval
    during diff computation.
    
    * **Improvements**
    * Enhanced sync logging now includes timing metrics for better
    diagnostics.
    * Improved detection and handling of date changes in binary items during
    synchronization.
    
    <sub>✏️ Tip: You can customize this high-level summary in your review
    settings.</sub>
    
    <!-- end of auto-generated comment: release notes by coderabbit.ai -->
    fengmk2 authored Dec 7, 2025
    Configuration menu
    Copy the full SHA
    f8eedd8 View commit details
    Browse the repository at this point in the history
  3. Release 4.14.0

    [skip ci]
    
    ## 4.14.0 (2025-12-07)
    
    * feat: avoids Bone constructor overhead for each row (#919) ([f8eedd8](f8eedd8)), closes [#919](#919) [hi#level](https://github.com/hi/issues/level)
    * chore(benchmark): add CPU profiler analysis tools (#917) ([5ef2c67](5ef2c67)), closes [#917](#917)
    semantic-release-bot committed Dec 7, 2025
    Configuration menu
    Copy the full SHA
    4ad1074 View commit details
    Browse the repository at this point in the history
Loading