STL VS cups

Compare STL vs cups and see what are their differences.

STL

MSVC's implementation of the C++ Standard Library. (by microsoft)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
STL cups
154 30
9,732 908
1.1% 3.9%
9.7 9.4
7 days ago 8 days ago
C++ C
GNU General Public License v3.0 or later Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
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.

STL

Posts with mentions or reviews of STL. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-03.
  • Show HN: Logfmtxx – Header only C++23 structured logging library using logfmt
    3 projects | news.ycombinator.com | 3 Apr 2024
    Again, they are barely functional.

    MSVC chokes on many standard-defined constructs: https://github.com/microsoft/STL/issues/1694

    clang does not claim to be "mostly usable" at all - most papers are not implemented: https://clang.llvm.org/cxx_status.html#cxx20

    And gcc will only start ot be usable with CMake when version 14 is released - that has not happened yet.

    And, as I mentioned before, IDE support is either buggy (Visual Studio) or non-existing (any other IDE/OS). So you're off to writing in a text editor and hoping your compiler works to a somewhat usable degree. Yes, at some point people should start using modules, I agree, but to advise library maintainers to ship modularized code... the tooling just isn't there yet.

    I mean, the GitHub issue is Microsoft trying to ship their standard library modularized, they employ some of the most capable folks on the planet and pay them big money to get that done, while metaphorically sitting next to the Microsoft compiler devs, and they barely, barely get it done (with bugs, as they themselves mention). This is too much for most other library maintainers.

  • Cpp2 and cppfront – An experimental 'C++ syntax 2' and its first compiler
    7 projects | news.ycombinator.com | 31 Mar 2024
    Notice that there are in practice three distinct implementations of the C++ standard library. They're all awful to read though, here's Microsoft's std::vector https://github.com/microsoft/STL/blob/main/stl/inc/vector

    However you're being slightly unfair because Rust's Vec is just defined (opaquely) as a RawVec plus a length value, so let's link RawVec, https://doc.rust-lang.org/src/alloc/raw_vec.rs.html -- RawVec is the part responsible for the messy problem of how to actually implement the growable array type.

    Still, the existence of three C++ libraries with slightly different (or sometimes hugely different) quality of implementation means good C++ code can't depend on much beyond what the ISO document promises, and yet it must guard against the nonsense inflicted by all three and by lacks of the larger language. In particular everything must use the reserved prefix so that it's not smashed inadvertently by a macro, and lots of weird C++ idioms that preserve performance by sacrificing clarity of implementation are needed, even where you'd ordinarily sacrifice to get the development throughput win of everybody know what's going on. For example you'll see a lot of "pair" types bought into existence which are there to squirrel away a ZST that in C++ can't exist, using the Empty Base Optimisation. In Rust the language has ZSTs so they can just write what they meant.

  • C++ Specification vs Implementation
    3 projects | /r/cpp_questions | 19 Nov 2023
  • C++23: Removing garbage collection support
    3 projects | news.ycombinator.com | 1 Nov 2023
    Here is Microsoft's implementation of map in the standard library. I think of myself as a competent programmer / computer scientist. I couldn't write this: https://github.com/microsoft/STL/blob/f392449fb72d1a387ac502...
  • std::condition_variable wait for (very) long time
    1 project | /r/cpp | 4 Jul 2023
    Be careful on Windows, the MSVC STL implementation uses the system time, so it can be badly impacted by clock adjustments: https://github.com/microsoft/STL/issues/718
  • Compiler explorer: can you use C++23 std lib modules with MSVC already?
    1 project | /r/cpp | 1 Jul 2023
    Can you provide a link? If it affects import std;, I'd like to add it to my tracking issue.
  • Learn to write production quality STL like classes
    4 projects | /r/cpp_questions | 28 Jun 2023
  • MSVC C++23 Update
    3 projects | /r/cpp | 3 Jun 2023
    Do you have a list of the bugs you've filed and their current status, like the one I have for the STL? I saw you mentioned 3 bugs 7 months ago, 2 of which were fixed in 17.6 and the third of which was a duplicate of an active bug ("deducing this" is known to not yet work with modules, which is why we don't define the feature-test macro to claim full support).
  • C++/CLI wrap of a C++ class that includes <future> in public header
    1 project | /r/dotnet | 3 May 2023
  • Has Boost lost its charm?
    3 projects | /r/cpp | 27 Apr 2023
    Yep. And look at our implementation's name: https://github.com/microsoft/STL

cups

Posts with mentions or reviews of cups. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-07-12.
  • On the harm shareholders can do to OpenSource
    3 projects | /r/linux | 12 Jul 2023
    And this disagrees with you: https://openprinting.github.io/cups/
  • Why is there no open source firmware for laser or inkjet printers? (2019)
    1 project | news.ycombinator.com | 14 May 2023
    Apple apparently acquired CUPS years after it was available as an OSS project. It fits given that I was using cups so long ago and never heard it as an apple project.

    https://openprinting.github.io/cups/

  • I hate printers
    1 project | /r/iiiiiiitttttttttttt | 16 Feb 2023
    CUPS
  • How to configure & take print on Linux?
    2 projects | dev.to | 16 Nov 2022
    In December 2019, Michael left Apple to start Lakeside Robotics. In September 2020 he teamed up with the OpenPrinting developers to fork Apple CUPS to continue its development. Today Apple CUPS is the version of CUPS that is provided with macOS® and iOS® while OpenPrinting CUPS is the version of CUPS being further developed by OpenPrinting for all operating systems.
  • M1 GPU driver passes >99% of the dEQP-GLES2 compliance tests.
    2 projects | /r/linux | 23 Oct 2022
    This isn’t entirely true. There’s Apple CUPS (which is now focused on macOS/iOS) and OpenPrinting CUPS, which is used by Linux/other systems.
  • Classic 🙄
    1 project | /r/ProgrammerHumor | 10 Oct 2022
    Not for long.
  • I want printer that is compatible with Linux.
    1 project | /r/linuxhardware | 10 Aug 2022
    Printer support on Linux is actually pretty great thanks to CUPS. I'd expect most of not all mainstream brands to work.
  • Today I learned that the Free Software Movement was ignited by a jammed Xerox laser printer
    2 projects | /r/linux | 23 Jul 2022
    Has that improved/changed since IPP Everywhere became a thing & CUPS moved to that?
  • Merits of a "Just Works" distro (A Rant)
    2 projects | /r/pop_os | 5 Jul 2022
    Consider visiting the OpenPrinting CUPS repository, clicking Report a Bug and describing your issue.
  • Unable to print from CUPS print server, "Filter failed" error
    1 project | /r/linuxquestions | 8 Jun 2022
    juin 08 09:36:16 ServeurImpression systemd[1]: Starting CUPS Scheduler... juin 08 09:36:16 ServeurImpression cupsd[826]: Printer drivers are deprecated and will stop working in a future version of CUPS. See https://github.com/OpenPrinting/cups/issues/103 juin 08 09:36:16 ServeurImpression systemd[1]: Started CUPS Scheduler. juin 08 09:36:16 ServeurImpression cupsd[826]: REQUEST localhost - - "POST / HTTP/1.1" 200 349 Create-Printer-Subscriptions successful-ok juin 08 09:36:16 ServeurImpression cupsd[826]: REQUEST localhost - - "POST / HTTP/1.1" 200 176 Create-Printer-Subscriptions successful-ok juin 08 09:36:22 ServeurImpression cupsd[826]: [Client 5] Returning IPP client-error-not-possible for Cancel-Job (ipp://localhost/jobs/12) from localhost. juin 08 09:36:22 ServeurImpression cupsd[826]: REQUEST localhost - - "POST /jobs HTTP/1.1" 200 149 Cancel-Job client-error-not-possible juin 08 09:36:43 ServeurImpression cupsd[826]: REQUEST 10.11.111.175 - - "POST /printers/1_Noir_Recto_Verso HTTP/1.1" 200 565 Validate-Job successful-ok juin 08 09:36:43 ServeurImpression cupsd[826]: REQUEST 10.11.111.175 - - "POST /printers/1_Noir_Recto_Verso HTTP/1.1" 200 530 Create-Job successful-ok juin 08 09:36:43 ServeurImpression cupsd[826]: REQUEST 10.11.111.175 - - "POST /printers/1_Noir_Recto_Verso HTTP/1.1" 200 1027996 Send-Document successful-ok juin 08 09:36:43 ServeurImpression cupsd[826]: [Job 13] /var/spool/cups/d00013-001 (object 27 0, offset 594103): dictionary has duplicated key /x34; last occurrence overrides earlier ones juin 08 09:36:43 ServeurImpression cupsd[826]: [Job 13] /var/spool/cups/d00013-001 (object 27 0, offset 594103): dictionary has duplicated key /x34; last occurrence overrides earlier ones juin 08 09:36:43 ServeurImpression cupsd[826]: [Job 13] /var/spool/cups/d00013-001 (object 27 0, offset 594103): dictionary has duplicated key /x34; last occurrence overrides earlier ones juin 08 09:36:43 ServeurImpression cupsd[826]: [Job 13] /var/spool/cups/d00013-001 (object 27 0, offset 594103): dictionary has duplicated key /x34; last occurrence overrides earlier ones juin 08 09:36:43 ServeurImpression cupsd[826]: [Job 13] /var/spool/cups/d00013-001 (object 27 0, offset 594103): dictionary has duplicated key /x36; last occurrence overrides earlier ones juin 08 09:36:43 ServeurImpression cupsd[826]: [Job 13] /var/spool/cups/d00013-001 (object 27 0, offset 594103): dictionary has duplicated key /x38; last occurrence overrides earlier ones juin 08 09:36:43 ServeurImpression cupsd[826]: [Job 13] /var/spool/cups/d00013-001 (object 76 0, offset 661336): dictionary has duplicated key /x34; last occurrence overrides earlier ones juin 08 09:36:43 ServeurImpression cupsd[826]: [Job 13] /var/spool/cups/d00013-001 (object 76 0, offset 661336): dictionary has duplicated key /x36; last occurrence overrides earlier ones juin 08 09:36:43 ServeurImpression cupsd[826]: [Job 13] /var/spool/cups/d00013-001 (object 76 0, offset 661336): dictionary has duplicated key /x38; last occurrence overrides earlier ones juin 08 09:36:43 ServeurImpression cupsd[826]: [Job 13] /var/spool/cups/d00013-001 (object 76 0, offset 661336): dictionary has duplicated key /x36; last occurrence overrides earlier ones juin 08 09:36:43 ServeurImpression cupsd[826]: [Job 13] /var/spool/cups/d00013-001 (object 76 0, offset 661336): dictionary has duplicated key /x38; last occurrence overrides earlier ones juin 08 09:36:43 ServeurImpression cupsd[826]: [Job 13] /var/spool/cups/d00013-001 (object 76 0, offset 661336): dictionary has duplicated key /x34; last occurrence overrides earlier ones juin 08 09:36:43 ServeurImpression cupsd[826]: [Job 13] /var/spool/cups/d00013-001 (object 76 0, offset 661336): dictionary has duplicated key /x36; last occurrence overrides earlier ones juin 08 09:36:43 ServeurImpression cupsd[826]: [Job 13] /var/spool/cups/d00013-001 (object 76 0, offset 661336): dictionary has duplicated key /x38; last occurrence overrides earlier ones juin 08 09:36:49 ServeurImpression cupsd[826]: 1_Noir_Recto_Verso silejonu 13 [08/Jun/2022:09:36:49 +0200] total 0 - 10.11.111.175 Ateliers informatiques Juin 2022.pdf - - juin 08 09:36:49 ServeurImpression cupsd[826]: [Job 13] Job stopped due to filter errors; please consult the syslog file for details. juin 08 09:36:49 ServeurImpression cupsd[826]: [Job 13] The following messages were recorded from 09:36:43 to 09:36:49 juin 08 09:36:49 ServeurImpression cupsd[826]: [Job 13] Applying default options... juin 08 09:36:49 ServeurImpression cupsd[826]: [Job 13] Adding start banner page "none". juin 08 09:36:49 ServeurImpression cupsd[826]: [Job 13] Queued on "1_Noir_Recto_Verso" by "silejonu". juin 08 09:36:49 ServeurImpression cupsd[826]: [Job 13] File of type application/pdf queued by "silejonu". juin 08 09:36:49 ServeurImpression cupsd[826]: [Job 13] Adding end banner page "none". juin 08 09:36:49 ServeurImpression cupsd[826]: [Job 13] time-at-processing=1654673803 juin 08 09:36:49 ServeurImpression cupsd[826]: [Job 13] 3 filters for job: juin 08 09:36:49 ServeurImpression cupsd[826]: [Job 13] pdftopdf (application/pdf to application/vnd.cups-pdf, cost 66) juin 08 09:36:49 ServeurImpression cupsd[826]: [Job 13] pdftops (application/vnd.cups-pdf to application/vnd.cups-postscript, cost 100) juin 08 09:36:49 ServeurImpression cupsd[826]: [Job 13] KMbeuEmpPS.pl (application/vnd.cups-postscript to printer/1_Noir_Recto_Verso, cost 0) juin 08 09:36:49 ServeurImpression cupsd[826]: [Job 13] job-sheets=none,none juin 08 09:36:49 ServeurImpression cupsd[826]: [Job 13] argv[0]="1_Noir_Recto_Verso" juin 08 09:36:49 ServeurImpression cupsd[826]: [Job 13] argv[1]="13" juin 08 09:36:49 ServeurImpression cupsd[826]: [Job 13] argv[2]="silejonu" juin 08 09:36:49 ServeurImpression cupsd[826]: [Job 13] argv[3]="Ateliers informatiques Juin 2022.pdf" juin 08 09:36:49 ServeurImpression cupsd[826]: [Job 13] argv[4]="1" juin 08 09:36:49 ServeurImpression cupsd[826]: [Job 13] argv[5]="noCollate ColorModel=RGB InputSlot=Auto job-uuid=urn:uuid:310cc375-f308-3416-7bd8-7b7498d4e400 MediaType= number-up=1 OutputBin=Default PageSize=A4 job-originating-host-name=10.11.111.175 date-time-at-creation= date-time-at-processing= time-at-creation=1654673803 time-at-processing=1654673803" juin 08 09:36:49 ServeurImpression cupsd[826]: [Job 13] argv[6]="/var/spool/cups/d00013-001" juin 08 09:36:49 ServeurImpression cupsd[826]: [Job 13] envp[0]="CUPS_CACHEDIR=/var/cache/cups" juin 08 09:36:49 ServeurImpression cupsd[826]: [Job 13] envp[1]="CUPS_DATADIR=/usr/share/cups" juin 08 09:36:49 ServeurImpression cupsd[826]: [Job 13] envp[2]="CUPS_DOCROOT=/usr/share/cups/www" juin 08 09:36:49 ServeurImpression cupsd[826]: [Job 13] envp[3]="CUPS_FONTPATH=/usr/share/cups/fonts" juin 08 09:36:49 ServeurImpression cupsd[826]: [Job 13] envp[4]="CUPS_REQUESTROOT=/var/spool/cups" juin 08 09:36:49 ServeurImpression cupsd[826]: [Job 13] envp[5]="CUPS_SERVERBIN=/usr/lib/cups" juin 08 09:36:49 ServeurImpression cupsd[826]: [Job 13] envp[6]="CUPS_SERVERROOT=/etc/cups" juin 08 09:36:49 ServeurImpression cupsd[826]: [Job 13] envp[7]="CUPS_STATEDIR=/run/cups" juin 08 09:36:49 ServeurImpression cupsd[826]: [Job 13] envp[8]="HOME=/var/spool/cups/tmp" juin 08 09:36:49 ServeurImpression cupsd[826]: [Job 13] envp[9]="PATH=/usr/lib/cups/filter:/usr/bin:/usr/sbin:/bin:/usr/bin" juin 08 09:36:49 ServeurImpression cupsd[826]: [Job 13] envp[10]="SERVER_ADMIN=root@ServeurImpression" juin 08 09:36:49 ServeurImpression cupsd[826]: [Job 13] envp[11]="SOFTWARE=CUPS/2.3.3op2" juin 08 09:36:49 ServeurImpression cupsd[826]: [Job 13] envp[12]="TMPDIR=/var/spool/cups/tmp" juin 08 09:36:49 ServeurImpression cupsd[826]: [Job 13] envp[13]="USER=root" juin 08 09:36:49 ServeurImpression cupsd[826]: [Job 13] envp[14]="CUPS_MAX_MESSAGE=2047" juin 08 09:36:49 ServeurImpression cupsd[826]: [Job 13] envp[15]="CUPS_SERVER=/run/cups/cups.sock" juin 08 09:36:49 ServeurImpression cupsd[826]: [Job 13] envp[16]="CUPS_ENCRYPTION=IfRequested" juin 08 09:36:49 ServeurImpression cupsd[826]: [Job 13] envp[17]="IPP_PORT=631" juin 08 09:36:49 ServeurImpression cupsd[826]: [Job 13] envp[18]="CHARSET=utf-8" juin 08 09:36:49 ServeurImpression cupsd[826]: [Job 13] envp[19]="LANG=fr_FR.UTF-8" juin 08 09:36:49 ServeurImpression cupsd[826]: [Job 13] envp[20]="PPD=/etc/cups/ppd/1_Noir_Recto_Verso.ppd" juin 08 09:36:49 ServeurImpression cupsd[826]: [Job 13] envp[21]="RIP_MAX_CACHE=128m" juin 08 09:36:49 ServeurImpression cupsd[826]: [Job 13] envp[22]="CONTENT_TYPE=application/pdf" juin 08 09:36:49 ServeurImpression cupsd[826]: [Job 13] envp[23]="DEVICE_URI=socket://10.11.111.50" juin 08 09:36:49 ServeurImpression cupsd[826]: [Job 13] envp[24]="PRINTER_INFO=1 Noir Recto/Verso" juin 08 09:36:49 ServeurImpression cupsd[826]: [Job 13] envp[25]="PRINTER_LOCATION=Cyber-Base" juin 08 09:36:49 ServeurImpression cupsd[826]: [Job 13] envp[26]="PRINTER=1_Noir_Recto_Verso" juin 08 09:36:49 ServeurImpression cupsd[826]: [Job 13] envp[27]="PRINTER_STATE_REASONS=none" juin 08 09:36:49 ServeurImpression cupsd[826]: [Job 13] envp[28]="CUPS_FILETYPE=document" juin 08 09:36:49 ServeurImpression cupsd[826]: [Job 13] envp[29]="FINAL_CONTENT_TYPE=application/vnd.cups-postscript" juin 08 09:36:49 ServeurImpression cupsd[826]: [Job 13] envp[30]="AUTH_I****" juin 08 09:36:49 ServeurImpression cupsd[826]: [Job 13] Started filter /usr/lib/cups/filter/pdftopdf (PID 1382) juin 08 09:36:49 ServeurImpression cupsd[826]: [Job 13] Started filter /usr/lib/cups/filter/pdftops (PID 1383) juin 08 09:36:49 ServeurImpression cupsd[826]: [Job 13] Started filter /usr/lib/cups/filter/KMbeuEmpPS.pl (PID 1384) juin 08 09:36:49 ServeurImpression cupsd[826]: [Job 13] Started backend /usr/lib/cups/backend/socket (PID 1385) juin 08 09:36:49 ServeurImpression cupsd[826]: [Job 13] pdftops - copying to temp print file \"/var/spool/cups/tmp/0056762a6a077\" juin 08 09:36:49 ServeurImpression cupsd[826]: [Job 13] STATE: +connecting-to-device juin 08 09:36:49 ServeurImpression cupsd[826]: [Job 13] Looking up \"10.11.111.50\"... juin 08 09:36:49 ServeurImpression cupsd[826]: [Job 13] STATE: -connecting-to-device juin 08 09:36:49 ServeurImpression cupsd[826]: [Job 13] 10.11.111.50=10.11.111.50 juin 08 09:36:49 ServeurImpression cupsd[826]: [Job 13] Can\'t locate FindBin.pm in @INC (you may need to install the FindBin module) (@INC contains: /usr/local/lib64/perl5/5.32 /usr/local/share/perl5/5.32 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5) at /usr/lib/cups/filter/KMbeuEmpPS.pl line 1925. juin 08 09:36:49 ServeurImpression cupsd[826]: [Job 13] BEGIN failed--compilation aborted at /usr/lib/cups/filter/KMbeuEmpPS.pl line 1925. juin 08 09:36:49 ServeurImpression cupsd[826]: [Job 13] PID 1384 (/usr/lib/cups/filter/KMbeuEmpPS.pl) stopped with status 2. juin 08 09:36:49 ServeurImpression cupsd[826]: [Job 13] Hint: Try setting the LogLevel to "debug" to find out more. juin 08 09:36:49 ServeurImpression cupsd[826]: [Job 13] pdftopdf: Last filter determined by the PPD: KMbeuEmpPS.pl; FINAL_CONTENT_TYPE: application/vnd.cups-postscript => pdftopdf will not log pages in page_log. juin 08 09:36:49 ServeurImpression cupsd[826]: [Job 13] PDF interactive form and annotation flattening done via QPDF juin 08 09:36:49 ServeurImpression cupsd[826]: [Job 13] hrDeviceDesc=\"KONICA MINOLTA bizhub C250i\" juin 08 09:36:49 ServeurImpression cupsd[826]: [Job 13] prtMarkerColorantValue.1.1 = \"cyan\" juin 08 09:36:49 ServeurImpression cupsd[826]: [Job 13] PID 1382 (/usr/lib/cups/filter/pdftopdf) exited with no errors. juin 08 09:36:49 ServeurImpression cupsd[826]: [Job 13] prtMarkerColorantValue.1.2 = \"magenta\" juin 08 09:36:49 ServeurImpression cupsd[826]: [Job 13] prtMarkerColorantValue.1.3 = \"yellow\" juin 08 09:36:49 ServeurImpression cupsd[826]: [Job 13] Printer make and model: KONICA MINOLTA KONICA MINOLTA C360i juin 08 09:36:49 ServeurImpression cupsd[826]: [Job 13] Switching to Poppler\'s pdftops instead of Ghostscript for Brother, Minolta, Konica Minolta, Dell, and Apple LaserWriter 16/600, 4/600, 12/640, 12/600, 12/660 to work around bugs in the printer\'s PS interpreters juin 08 09:36:49 ServeurImpression cupsd[826]: [Job 13] Running command line for pstops: pstops 13 silejonu \'Ateliers informatiques Juin 2022.pdf\' 1 \'ColorModel=RGB InputSlot=Auto job-uuid=urn:uuid:310cc375-f308-3416-7bd8-7b7498d4e400 MediaType= OutputBin=Default PageSize=A4 job-originating-host-name=10.11.111.175 date-time-at-creation= date-time-at-processing= time-at-creation=1654673803 time-at-processing=1654673803\' juin 08 09:36:49 ServeurImpression cupsd[826]: [Job 13] prtMarkerColorantValue.1.4 = \"black\" juin 08 09:36:49 ServeurImpression cupsd[826]: [Job 13] Using image rendering resolution 600 dpi juin 08 09:36:49 ServeurImpression cupsd[826]: [Job 13] Running command line for pdftops: pdftops -level3 -origpagesizes -nocenter -r 600 /var/spool/cups/tmp/0056762a6a077 - juin 08 09:36:49 ServeurImpression cupsd[826]: [Job 13] Started filter pdftops (PID 1386) juin 08 09:36:49 ServeurImpression cupsd[826]: [Job 13] Started filter pstops (PID 1387) juin 08 09:36:49 ServeurImpression cupsd[826]: [Job 13] ATTR: marker-colors=#00FFFF,#FF00FF,#FFFF00,#000000,none,none,none,none,none,none,none,none,none,none,none,none,none,none,none juin 08 09:36:49 ServeurImpression cupsd[826]: [Job 13] ATTR: marker-names=\'\"Toner (Cyan)\"\',\'\"Toner (Magenta)\"\',\'\"Toner (Yellow)\"\',\'\"Toner (Black)\"\',\'\"\"\',\'\"\"\',\'\"\"\',\'\"\"\',\'\"\"\',\'\"\"\',\'\"\"\',\'\"\"\',\'\"Waste Toner Box\"\',\'\"\"\',\'\"\"\',\'\"\"\',\'\"Staple Cartridge\"\',\'\"Saddle Staple Cartridge1\"\',\'\"Saddle Staple Cartridge2\"\' juin 08 09:36:49 ServeurImpression cupsd[826]: [Job 13] ATTR: marker-types=toner,toner,toner,toner,unknown,unknown,unknown,unknown,unknown,unknown,unknown,unknown,waste-toner,unknown,unknown,unknown,staples,staples,staples juin 08 09:36:49 ServeurImpression cupsd[826]: [Job 13] ATTR: marker-levels=93,100,62,71,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1 juin 08 09:36:49 ServeurImpression cupsd[826]: [Job 13] new_supply_state=0, change_state=ffff juin 08 09:36:49 ServeurImpression cupsd[826]: [Job 13] STATE: -developer-low-report juin 08 09:36:49 ServeurImpression cupsd[826]: [Job 13] STATE: -developer-empty-warning juin 08 09:36:49 ServeurImpression cupsd[826]: [Job 13] STATE: -marker-supply-low-report juin 08 09:36:49 ServeurImpression cupsd[826]: [Job 13] STATE: -marker-supply-empty-warning juin 08 09:36:49 ServeurImpression cupsd[826]: [Job 13] STATE: -opc-near-eol-report juin 08 09:36:49 ServeurImpression cupsd[826]: [Job 13] STATE: -opc-life-over-warning juin 08 09:36:49 ServeurImpression cupsd[826]: [Job 13] STATE: -toner-low-report juin 08 09:36:49 ServeurImpression cupsd[826]: [Job 13] STATE: -toner-empty-warning juin 08 09:36:49 ServeurImpression cupsd[826]: [Job 13] STATE: -waste-receptacle-almost-full-report juin 08 09:36:49 ServeurImpression cupsd[826]: [Job 13] STATE: -waste-receptacle-full-warning juin 08 09:36:49 ServeurImpression cupsd[826]: [Job 13] STATE: -cleaner-life-almost-over-report juin 08 09:36:49 ServeurImpression cupsd[826]: [Job 13] STATE: -cleaner-life-over-warning juin 08 09:36:49 ServeurImpression cupsd[826]: [Job 13] new_state=0, change_state=ffff juin 08 09:36:49 ServeurImpression cupsd[826]: [Job 13] STATE: -media-empty-warning juin 08 09:36:49 ServeurImpression cupsd[826]: [Job 13] STATE: -door-open-report juin 08 09:36:49 ServeurImpression cupsd[826]: [Job 13] STATE: -media-jam-warning juin 08 09:36:49 ServeurImpression cupsd[826]: [Job 13] STATE: -input-tray-missing-warning juin 08 09:36:49 ServeurImpression cupsd[826]: [Job 13] STATE: -output-tray-missing-warning juin 08 09:36:49 ServeurImpression cupsd[826]: [Job 13] STATE: -marker-supply-missing-warning juin 08 09:36:49 ServeurImpression cupsd[826]: [Job 13] STATE: -output-area-almost-full-report juin 08 09:36:49 ServeurImpression cupsd[826]: [Job 13] STATE: -output-area-full-warning juin 08 09:36:49 ServeurImpression cupsd[826]: [Job 13] backendWaitLoop(snmp_fd=5, addr=0x55e1d6b67ad8, side_cb=0x55e1d6222e10) juin 08 09:36:49 ServeurImpression cupsd[826]: [Job 13] PID 1385 (/usr/lib/cups/backend/socket) exited with no errors. juin 08 09:36:49 ServeurImpression cupsd[826]: [Job 13] Page = 595x842; 12,12 to 583,830 juin 08 09:36:49 ServeurImpression cupsd[826]: [Job 13] slow_collate=0, slow_duplex=0, slow_order=0 juin 08 09:36:49 ServeurImpression cupsd[826]: [Job 13] Before copy_comments - %!PS-Adobe-3.0 juin 08 09:36:49 ServeurImpression cupsd[826]: [Job 13] %!PS-Adobe-3.0 juin 08 09:36:49 ServeurImpression cupsd[826]: [Job 13] %Produced by poppler pdftops version: 21.01.0 (http://poppler.freedesktop.org) juin 08 09:36:49 ServeurImpression cupsd[826]: [Job 13] %%LanguageLevel: 3 juin 08 09:36:49 ServeurImpression cupsd[826]: [Job 13] %%DocumentSuppliedResources: (atend) juin 08 09:36:49 ServeurImpression cupsd[826]: [Job 13] %%DocumentMedia: A4 595 842 0 () () juin 08 09:36:49 ServeurImpression cupsd[826]: [Job 13] %%BoundingBox: 0 0 596 842 juin 08 09:36:49 ServeurImpression cupsd[826]: [Job 13] %%Pages: 4 juin 08 09:36:49 ServeurImpression cupsd[826]: [Job 13] %%EndComments juin 08 09:36:49 ServeurImpression cupsd[826]: [Job 13] Before copy_prolog - %%BeginProlog juin 08 09:36:49 ServeurImpression cupsd[826]: [Job 13] Before copy_setup - %%BeginSetup juin 08 09:36:49 ServeurImpression cupsd[826]: [Job 13] Before page loop - %%Page: 1 1 juin 08 09:36:49 ServeurImpression cupsd[826]: [Job 13] Copying page 1... juin 08 09:36:49 ServeurImpression cupsd[826]: [Job 13] pagew = 571.0, pagel = 818.0 juin 08 09:36:49 ServeurImpression cupsd[826]: [Job 13] bboxx = 0, bboxy = 0, bboxw = 595, bboxl = 842 juin 08 09:36:49 ServeurImpression cupsd[826]: [Job 13] PageLeft = 12.0, PageRight = 583.0 juin 08 09:36:49 ServeurImpression cupsd[826]: [Job 13] PageTop = 830.0, PageBottom = 12.0 juin 08 09:36:49 ServeurImpression cupsd[826]: [Job 13] PageWidth = 595.0, PageLength = 842.0 juin 08 09:36:49 ServeurImpression cupsd[826]: [Job 13] Copying page 2... juin 08 09:36:49 ServeurImpression cupsd[826]: [Job 13] pagew = 571.0, pagel = 818.0 juin 08 09:36:49 ServeurImpression cupsd[826]: [Job 13] bboxx = 0, bboxy = 0, bboxw = 595, bboxl = 842 juin 08 09:36:49 ServeurImpression cupsd[826]: [Job 13] PageLeft = 12.0, PageRight = 583.0 juin 08 09:36:49 ServeurImpression cupsd[826]: [Job 13] PageTop = 830.0, PageBottom = 12.0 juin 08 09:36:49 ServeurImpression cupsd[826]: [Job 13] PageWidth = 595.0, PageLength = 842.0 juin 08 09:36:49 ServeurImpression cupsd[826]: [Job 13] Copying page 3... juin 08 09:36:49 ServeurImpression cupsd[826]: [Job 13] pagew = 571.0, pagel = 818.0 juin 08 09:36:49 ServeurImpression cupsd[826]: [Job 13] bboxx = 0, bboxy = 0, bboxw = 595, bboxl = 842 juin 08 09:36:49 ServeurImpression cupsd[826]: [Job 13] PageLeft = 12.0, PageRight = 583.0 juin 08 09:36:49 ServeurImpression cupsd[826]: [Job 13] PageTop = 830.0, PageBottom = 12.0 juin 08 09:36:49 ServeurImpression cupsd[826]: [Job 13] PageWidth = 595.0, PageLength = 842.0 juin 08 09:36:49 ServeurImpression cupsd[826]: [Job 13] Copying page 4... juin 08 09:36:49 ServeurImpression cupsd[826]: [Job 13] pagew = 571.0, pagel = 818.0 juin 08 09:36:49 ServeurImpression cupsd[826]: [Job 13] bboxx = 0, bboxy = 0, bboxw = 595, bboxl = 842 juin 08 09:36:49 ServeurImpression cupsd[826]: [Job 13] PageLeft = 12.0, PageRight = 583.0 juin 08 09:36:49 ServeurImpression cupsd[826]: [Job 13] PageTop = 830.0, PageBottom = 12.0 juin 08 09:36:49 ServeurImpression cupsd[826]: [Job 13] PageWidth = 595.0, PageLength = 842.0 juin 08 09:36:49 ServeurImpression cupsd[826]: [Job 13] Wrote 4 pages... juin 08 09:36:49 ServeurImpression cupsd[826]: [Job 13] PID 1386 (pdftops) exited with no errors. juin 08 09:36:49 ServeurImpression cupsd[826]: [Job 13] PID 1387 (pstops) exited with no errors. juin 08 09:36:49 ServeurImpression cupsd[826]: [Job 13] PID 1383 (/usr/lib/cups/filter/pdftops) exited with no errors. juin 08 09:36:49 ServeurImpression cupsd[826]: [Job 13] End of messages juin 08 09:36:49 ServeurImpression cupsd[826]: [Job 13] printer-state=3(idle) juin 08 09:36:49 ServeurImpression cupsd[826]: [Job 13] printer-state-message="/var/spool/cups/d00013-001 (object 76 0, offset 661336): dictionary has duplicated key /x38; last occurrence overrides earlier ones" juin 08 09:36:49 ServeurImpression cupsd[826]: [Job 13] printer-state-reasons=none juin 08 09:36:54 ServeurImpression cupsd[826]: REQUEST localhost - - "POST /jobs HTTP/1.1" 200 149 Cancel-Job successful-ok

What are some alternatives?

When comparing STL and cups you can also consider the following projects:

EA Standard Template Library - EASTL stands for Electronic Arts Standard Template Library. It is an extensive and robust implementation that has an emphasis on high performance.

CUPS - Apple CUPS Sources

asio - Boost.org asio module

xnu

robin-hood-hashing - Fast & memory efficient hashtable based on robin hood hashing for C++11/14/17/20

pacstall - An AUR-inspired package manager for Ubuntu

tracy - Frame profiler

nixos - NixOS Configuration

gcc

nixos - My NixOS Configurations

llvm-project - The LLVM Project is a collection of modular and reusable compiler and toolchain technologies.

opensource-management-portal - Microsoft's monolithic, opinionated Open Source Management Portal enabling enterprise scale self-service powered by the GitHub API 🏔🧑‍💻🧰