Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
65af748
Add a nix flake file
harendra-kumar Apr 21, 2026
d5d4e7d
Update bounds, syntax error, extra-doc-files
harendra-kumar Apr 21, 2026
5acf00c
Update the github ci file
harendra-kumar Apr 21, 2026
094a23f
Add a summary document about the ghc work/branches
harendra-kumar Apr 21, 2026
35a68af
Fix demuxKvToMap signature change in toStats
harendra-kumar Apr 27, 2026
9dc0d6a
Use latest streamly API -- fix deprecations
harendra-kumar Apr 27, 2026
9ca32b3
Use stdDev from streamly-statistics
harendra-kumar Apr 27, 2026
c4db64c
Fix -Wx-partial warnings
harendra-kumar Apr 27, 2026
29cf8d3
Add CLI help and options
harendra-kumar Apr 27, 2026
a0ed47e
Move the threadCPUTime example in the examples dir
harendra-kumar Apr 27, 2026
4ca3b99
Fix typos in Methods doc
harendra-kumar Apr 27, 2026
c8b5239
Rename intro.md to use more explicit title
harendra-kumar Apr 27, 2026
684d06b
Move the README.md doc to docs and rename it
harendra-kumar Apr 27, 2026
1c47f54
Add a README for high level performance view
harendra-kumar Apr 27, 2026
d9efca0
Add GHC RTS perf analysis doc
harendra-kumar Apr 27, 2026
86f6491
Add a primitive hello.hs example
harendra-kumar Apr 27, 2026
a8a6c43
Add a basic traceEventIO program
harendra-kumar Apr 27, 2026
885feda
Add a Warp, withEventLog, traceEventIO program
harendra-kumar Apr 27, 2026
696d361
Add some primitive examples
harendra-kumar Apr 27, 2026
2cf1d95
Add a README manifest for examples
harendra-kumar Apr 27, 2026
8ba403c
Add a program with multiple threads
harendra-kumar Apr 27, 2026
bafd0b9
Add bounds and docs in the cabal file
harendra-kumar Apr 28, 2026
8f8a7e8
Fix pointers of the docs in the README
harendra-kumar Apr 28, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
506 changes: 428 additions & 78 deletions .github/workflows/haskell.yml

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions .packcheck.ignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@
.github/workflows/haskell.yml
cabal.project.user
.gitignore
flake.lock
flake.nix
Loading
Loading