Hacker News
- We Make a std:shared_mutex 10 Times Faster https://www.codeproject.com/Articles/1183423/We-Make-a-std-shared-mutex-10-Times-Faster 4 comments
- nightly-2019-01-11 is the first nightly to contain split-from-rust-std rustc-dev & clippy-driver & rls at the same time! 🎉 https://github.com/rust-lang/rust/pull/65474 6 comments rust
- What is the current time around the world? Utilizing std::chrono with time zones in C++23 https://www.cppstories.com/2024/chrono_dates_zones/ 29 comments cpp
- 705/720 NEET girl who flunked Std XII chemistry now fails in supplementary too | Ahmedabad News - Times of India https://timesofindia.indiatimes.com/city/ahmedabad/705/720-neet-girl-who-flunked-std-xii-chemistry-now-fails-in-supplementary-too/articleshow/112177143.cms 7 comments india
- O(1) space, O(N) time non-modifying median using ranges beats std::nth_element https://deathandthepenguinblog.wordpress.com/2023/12/31/o1-space-on-time-non-modifying-median-using-ranges-beats-stdnth_element/ 19 comments cpp
- library for embedding files at compile-time and hot-reloading in C++20 (std::embed for the noble) https://github.com/batterycenter/embed 20 comments cpp
- Why is std::hardware_destructive_interference_size a compile-time constant instead of a run-time value? https://devblogs.microsoft.com/oldnewthing/20230424-00/?p=108085 72 comments programming
- Why is std::hardware_destructive_interference_size a compile-time constant instead of a run-time value https://devblogs.microsoft.com/oldnewthing/20230424-00/?p=108085 64 comments cpp
- Fluxsort: A branchless sorting algorithm 2.5 times faster than std:stable_sort https://github.com/scandum/fluxsort 13 comments programming
- Runtime Polymorphism with std::variant and std::visit (Updated 2nd Nov: Build times, passing args) https://www.bfilipek.com/2020/04/variant-virtual-polymorphism.html 3 comments cpp
- An open-source formatting library {fmt} version 7.0 released with improved C++20 std::format compatibility, format string compilation, code size, performance and compile time optimizations https://github.com/fmtlib/fmt/releases/tag/7.0.0 4 comments programming
- {fmt} 7.0 released with code size, performance and compile time optimizations, improved compatibility with C++20 std::format and more https://github.com/fmtlib/fmt/releases/tag/7.0.0 74 comments cpp
- I made something similar to std::single_view with the ability to iterate over the same element N times https://github.com/chandradeepdey/single_view 4 comments cpp
- I made a cheat sheet for std::chrono, because I have to look up its documentation all the time, and I bet I'm not the only one. https://gist.github.com/mortie/bf21c9d2d53b83f3be1b45b76845f090 36 comments cpp
- After 10 years the GCC's std::condition_variable::wait_for is fixed and you can now change the system time during waiting! https://gcc.gnu.org/bugzilla/show_bug.cgi?id=41861 45 comments cpp
- Post: std time https://blog.yoshuawuyts.com/std-time/ 6 comments rust
- No jail time for Missouri man convicted of molesting 11-year-old, giving her STD https://www.theledger.com/news/20190620/no-jail-time-for-missouri-man-convicted-of-molesting-11-year-old-giving-her-std 9 comments nottheonion
- No jail time for Missouri man convicted of molesting 11-year-old, giving her STD https://www.theledger.com/news/20190620/no-jail-time-for-missouri-man-convicted-of-molesting-11-year-old-giving-her-std 15 comments nottheonion
- No jail time for Missouri man convicted of molesting 11-year-old, giving her STD https://www.theledger.com/news/20190620/no-jail-time-for-missouri-man-convicted-of-molesting-11-year-old-giving-her-std 5 comments worldnews
- 37 percent of HyperRogue’s compilation time is due to std::function https://quuxplusone.github.io/blog/2019/01/06/hyper-function/ 70 comments cpp
- Is std::time::Instant::now() etc. implemented for wasm? https://github.com/rust-lang/rust/blob/b7c6e8f1805cd8a4b0a1c1f22f17a89e9e2cea23/src/libstd/sys/wasm/mod.rs 8 comments rust
- the name `std` is defined multiple times https://www.reddit.com/r/rust/comments/9c5kk1/the_name_std_is_defined_multiple_times/ 5 comments rust
- 'Flesh-eating' STD reported in UK for first time https://www.kron4.com/news/world/-flesh-eating-std-reported-in-uk-for-first-time/1389420994 16 comments worldnews
- 'Flesh-eating' STD reported in UK for first time https://www.kron4.com/news/world/-flesh-eating-std-reported-in-uk-for-first-time/1389420994 7 comments nottheonion
- Time units in std::time https://github.com/rust-lang/rust/pull/52556 20 comments rust
- std::embed - Accessing program-external resources at compile-time and making them available to the developer http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2018/p1040r0.html 58 comments cpp
- Compilation time: -std=c++98 vs. -std=c++11 https://kristerw.blogspot.com/2018/04/compilation-time-stdc98-vs-stdc11.html 5 comments cpp
- Bikeshedding time: poll for a new name for std::experimental::observer_ptr https://strawpoll.com/c4fd88ap 128 comments cpp
- hifitime - high fidelity date time handling in Rust with leap second support built on top of std::time::Duration -- seeking code quality review (first rust crate) https://github.com/christopherrabotin/hifitime 10 comments rust
- We make a std::shared_mutex 10 times faster https://www.codeproject.com/articles/1183423/we-make-a-std-shared-mutex-times-faster 9 comments cpp
- Managing time with std::chrono http://antoniak.in/blog/2017/04/14/managing-time-std-chrono/ 3 comments cpp
- Why isn't std::string::max_size a compile-time constant? http://stackoverflow.com/questions/13137766/why-isnt-stdstringmax-size-a-compile-time-constant 12 comments cpp
- Didn't we hang a whole bunch of Nazis right about the same time for performing medical experiments in concentration camps!?! Then the US performs medical experiments with STD's!?! Are you kidding me??? http://www.msnbc.msn.com/id/39456324/ns/health-sexual_health/ 6 comments reddit.com
- TIL about the std::ranges compile time tax everyone using C++20 pays. https://build-bench.com/b/WfuR5KZvB6PPHgAZrEYU9dTDYp8 86 comments cpp
- `str_to_integer` - an integer-parser that is up to five times faster than `std::stoi` and usable in generic contexts https://gitlab.com/fjw/str_to_integer 103 comments cpp
- My no_std / core-only testing framework is online. Keep it mind that it's still basic at this time, only usable for unit test but it alleviate all the work needed to manage and run each test function and provide you with a nice output (and catch panic to print before aborting). Forgot the marco one https://crates.io/crates/substance-framework 4 comments rust
- std::min Causing Three-Times Slowdown on VC++ http://randomascii.wordpress.com/2013/11/24/stdmin-causing-three-times-slowdown-on-vc/ 34 comments programming
- std::min Causing Three-Times Slowdown on VC++ http://randomascii.wordpress.com/2013/11/24/stdmin-causing-three-times-slowdown-on-vc/ 26 comments cpp
- In Mobile County, Alabama, One Out Of Every 87 People Has STD -- A Rate 3 Times that of NYC. Alabama Is Where Public School Students Are Taught "Abstinence Is The Only Protection Against Pregnancy, HIV/AIDs And STDs" http://www.al.com/news/mobileregister/index.ssf?/base/news/1189934476174290.xml&coll=3 58 comments reddit.com
- Announcing strftime-ruby v1.0.0, a pure Rust no-std implementation of Ruby 3.1.2 Time#strftime method. https://github.com/artichoke/strftime-ruby/releases/tag/v1.0.0 3 comments rust