compiler-explorer
format-benchmark
compiler-explorer | format-benchmark | |
---|---|---|
210 | 4 | |
16,883 | 46 | |
2.2% | - | |
9.8 | 5.2 | |
2 days ago | 6 months ago | |
TypeScript | C++ | |
BSD 2-clause "Simplified" License | - |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
compiler-explorer
-
Sonos CEO Patrick Spence steps down after app update debacle
I have, it's called Visual Studio Code and I ditched my old native editor(s) for it.
I'd even suggest that the fact that it's JS based has significantly changed the tech world because the editor itself will run in a browser so it's here https://godbolt.org/ , and here https://codesandbox.io, and here https://www.postman.com/, and here https://aws.amazon.com/pm/cloud9/ and 100s or 1000s of other sites.
-
What Did Ada Lovelace's Program Actually Do? (2018)
I'm told the story of Godbolt[0] is similar.
I think that he has an ID here, so we could probably ask him. It's a very good tool.
[0] https://godbolt.org
- Learn Rust the Dangerous Way
- Compiler Explorer
-
Improve an algorithm performance step by step
The GodBolt compiler explorer is also useful for comparing the assembly function code between C++ and Rust.
-
std::array in C++ isn't slower than array in C
Using several operations as examples, let's see what assembler the compiler can get. We're using the latest Clang for the x86-64 platform available on Compiler Explorer.
-
Google's New Pipe Syntax in SQL
it is also pretty good at decompiling - try feeding the output of https://godbolt.org/ back to an LLM
-
Initial details about why the CrowdStrike's CSAgent.sys crashed
As a very first step, you may start playing with https://godbolt.org/ to see how code is translated into lower-level instructions.
format-benchmark
-
Webinar: Algo Trading in C++20
Look, do I have to do all the work- go here https://github.com/fmtlib/format-benchmark tell me variadic templates are bad. It’s only 6 times faster than C — so yeah.
-
{fmt} 8.1.0 released with optimized chrono formatting, better support for ranges and other improvements
Would it be possible to update https://github.com/fmtlib/format-benchmark as well?
-
why is printf considered deprecated?
I don't know the reason, but you can certainly find benchmarks online. https://github.com/fmtlib/format-benchmark
- Would std::concat for strings be a good addition to the Standard Library?
What are some alternatives?
papers - ISO/IEC JTC1 SC22 WG21 paper scheduling and management
papers
{fmt} - A modern formatting library
splinter - A series of patches (one per branch) on top of the Ninja project's codebase. Updated periodically.
rustc_codegen_gcc - libgccjit AOT codegen for rustc
boost_epoch - Proposal for an epoch-based organization of Boost libraries
arewefastyet - arewefastyet.rs - benchmarking the Rust compiler
url - Boost.URL is a library for manipulating Uniform Resource Identifiers (URIs) and Locators (URLs).
rust - Empowering everyone to build reliable and efficient software.
bubblewrap - Low-level unprivileged sandboxing tool used by Flatpak and similar projects