Export Citations
Save this search
Please login to be able to save your searches and receive alerts for new content matching your search criteria.
- research-articleJune 2020
Thriving in a crowded and changing world: C++ 2006–2020
Proceedings of the ACM on Programming Languages (PACMPL), Volume 4, Issue HOPLArticle No.: 70, Pages 1–168https://doi.org/10.1145/3386320By 2006, C++ had been in widespread industrial use for 20 years. It contained parts that had survived unchanged since introduced into C in the early 1970s as well as features that were novel in the early 2000s. From 2006 to 2020, the C++ developer ...
- articleJune 2015
A study and toolkit of CHECK-THEN-ACT idioms of Java concurrent collections
Software Testing, Verification & Reliability (STVR), Volume 25, Issue 4Pages 397–425https://doi.org/10.1002/stvr.1567Concurrent collections are widely used in concurrent programs. However, programmers can misuse these concurrent collections when composing two operations where a check on the collection e.g., collection contains an element precedes an action e.g., ...