mirror of
https://github.com/apple/pkl.git
synced 2026-01-13 23:23:37 +01:00
[PR #627] [CLOSED] Might be null #648
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/apple/pkl/pull/627
Author: @manuelsblanco
Created: 8/16/2024
Status: ❌ Closed
Base:
main← Head:might-be-null📝 Commits (2)
3bd3701Refactor Fibonacci class to improve performance and readability8292b9fRefactor VmMap class to improve immutability handling📊 Changes
2 files changed (+24 additions, -5 deletions)
View changed files
📝
bench/src/jmh/java/org/pkl/core/Fibonacci.java(+19 -1)📝
pkl-core/src/main/java/org/pkl/core/runtime/VmMap.java(+5 -4)📄 Description
This PR refactors the VmMap class to enhance immutability handling and improve overall performance.
Key changes include:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.