Skip to content

issues Search Results · repo:hanabi1224/Programming-Language-Benchmarks language:C#

Filter by

92 results
 (95 ms)

92 results

inhanabi1224/Programming-Language-Benchmarks (press backspace or delete to remove)

The Zig program for binary tree stores the allocator inside the Node struct. In a real-world Zig program, one would probably use a global allocator instead , which reduces the struct size significantly ...
  • hvbargen
  • Opened 
    on Oct 1
  • #493

Since 0.15 version of Zig the stdlib has been changed and code requires an update 2025/08/27 08:33:05.508 | build.zig:16:10: error: no field named root_source_file in struct Build.ExecutableOptions 2025/08/27 ...
  • marcinmachura
  • Opened 
    on Aug 27
  • #487

pidigits, edigits and secp256k can be easily solved with latest ocaml (5.x)
  • marcinmachura
  • Opened 
    on Aug 26
  • #485

Pony language implementation https://www.ponylang.io/ is missing in benchmark. There are only couple incomplete implementations
  • marcinmachura
  • Opened 
    on Aug 26
  • #484

I think Bun does a better job than Deno on TypeScript execution. Would be good to validate with a benchmark for https://programming-language-benchmarks.vercel.app/typescript. @Jarred-Sumner
  • Miciurash
  • Opened 
    on Apr 10
  • #476

Your results are very iffy vs. local runs here. By that I don t mean the run times as I am using 24T on a different CPU (Ryzen 7th gen); but intra results on these so called program test results. Anyway, ...
  • lulcat
  • 3
  • Opened 
    on Mar 24
  • #471

the README suggests dotnet run -p tool but the -p to point to the project is going to be deprecated. Update to --project
  • brmassa
  • Opened 
    on Mar 23
  • #469

could we merge https://github.com/hanabi1224/Programming-Language-Benchmarks/pull/397 ? (note, I haven t tested it in a year, but if you want to merge it and need me to test it, let me know) would be ...
  • danmoseley
  • 4
  • Opened 
    on Mar 20
  • #466

println! is notoriously one of the less performant parts of rust, both in terms of runtime and memory usage. It would be interesting to see an example that used String and write_all directly, as well ...
  • lolbinarycat
  • Opened 
    on Mar 16
  • #465

Hi guys. I think the json-serde/1.cs example should be replaced with one that uses System.Text.Json. This is because Netonsoft.Json is becoming obsolete.. and given equivalent code with the same result, ...
  • iamkisly
  • 3
  • Opened 
    on Jan 22
  • #457
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub