-
Notifications
You must be signed in to change notification settings - Fork 1
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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: vChewing/Megrez
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.7.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: vChewing/Megrez
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 11 commits
- 20 files changed
- 1 contributor
Commits on Jun 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 54d71de - Browse repository at this point
Copy the full SHA 54d71deView commit details
Commits on Dec 1, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 979c751 - Browse repository at this point
Copy the full SHA 979c751View commit details
Commits on Dec 18, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a4376d4 - Browse repository at this point
Copy the full SHA a4376d4View commit details
Commits on Jun 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 43e1207 - Browse repository at this point
Copy the full SHA 43e1207View commit details
Commits on Jan 21, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 4495343 - Browse repository at this point
Copy the full SHA 4495343View commit details
Commits on Jan 22, 2025
-
Configuration menu - View commit details
-
Copy full SHA for e8f58a5 - Browse repository at this point
Copy the full SHA e8f58a5View commit details
Commits on Jan 25, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 7fa533f - Browse repository at this point
Copy the full SHA 7fa533fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 643df0d - Browse repository at this point
Copy the full SHA 643df0dView commit details -
Configuration menu - View commit details
-
Copy full SHA for c540e95 - Browse repository at this point
Copy the full SHA c540e95View commit details
Commits on Jan 26, 2025
-
Deprecating Lukhnos Liu's DAG walker, using Dijkstra instead. (#115)
* Use Dijkstra in lieu of DAG as the default walking algorithm. * Deprecating Lukhnos Liu's DAG walking algorithm. - DAG is less competitive against optimized Dijkstra while benchmarking on Sandy-Bridge CPU. Note that no manual ASAN required since there's no retain cycle introduced. * README // Add notices regarding differences from Gramambular 2.
Configuration menu - View commit details
-
Copy full SHA for 29f91ad - Browse repository at this point
Copy the full SHA 29f91adView commit details
Commits on Feb 18, 2025
-
Renovation & Change license to LGPLv3.
Remove dedicated StableSort API. - Swift 5 and 6 always stable-sort things by default. According to Xcode documentation: "The sorting algorithm is guaranteed to be stable. A stable sort preserves the relative order of elements for which areInIncreasingOrder does not establish an order." P.S.: The C# version (TekkonNT) still keeps the dedicated stable-sort API since its default sorting API only stable-sorts for dotNET 5 and later. Node // Optimize .contextRange(). SpanUnit // Drop unused APIs. Compositor // Use a final class instead. Compositor // Simplify .clear(). Update .gitignore Compositor // Trim useless APIs. Compositor // Fix an issue with copy. Compositor // Fixing unit tests. Make maxSpanLength thread-safe. Compositor // Mark theSeparator as `nonisolated`. CompositorConfig // Add .clear(). Compositor // Content consolidation. CompositorConfig // Drop invalid notes after changing maxSpanLength. Optimize the use of ranges. CompositorConfig // Update documentation. Compositor // Fix update(updateExisting: true). Compositor // Deprecating LangModelRanked. CompositorConfig // Conforming to Equatable. Repo // Update Hashable conformation. Unit Tests // Renovation. Fix LICENSE format.
Configuration menu - View commit details
-
Copy full SHA for 6df1b89 - Browse repository at this point
Copy the full SHA 6df1b89View commit details
There are no files selected for viewing