stdlib VS Boost

Compare stdlib vs Boost and see what are their differences.

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
stdlib Boost
14 9
975 6,569
3.8% 2.4%
9.6 9.8
3 days ago 7 days ago
Fortran HTML
MIT License Boost Software License 1.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.

stdlib

Posts with mentions or reviews of stdlib. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-18.
  • SciPy: Interested in adopting PRIMA, but little appetite for more Fortran code
    8 projects | news.ycombinator.com | 18 May 2023
    Hopefully, the SciPy community can stay open-minded about modern Fortran libraries.

    Modern Fortran is quite different from Fortran 77, while being as powerful, if not more.

    In addition, there has been a significant community effort on improving and modernising the legacy packages, the ecosystem, and the language itself.

    With projects like LFortran (https://lfortran.org/), fpm (https://github.com/fortran-lang/fpm), and stdlib (https://github.com/fortran-lang/stdlib), I believe that Fortran will enjoy prosperity again.

  • Have you used Fortran for anything other than scientific programming? How is it, and how does it compare to other languages?
    2 projects | /r/fortran | 25 Mar 2023
    They're currently working on a Fortran standard library and it's pretty far along: https://github.com/fortran-lang/stdlib
  • Why Fortran?
    2 projects | news.ycombinator.com | 6 Nov 2022
    I also like FPM and the ecosystem. In case anyone is just getting started with Fortran, definitely checkout the Fortran Standard Library project:

    https://github.com/fortran-lang/stdlib

  • return value of get_command_argument() and allocatable 1D array
    2 projects | /r/fortran | 1 Nov 2022
    In general, it is necessary to know the length of a string in Fortran before using it. There is no general string with unspecified strength. Some libraries do provide such an object (e.g. Fortran Standard Library, but it is not available in the standard language. To obtain the length of the string in your example, you could use the length option in get_command_argument as integer :: clen character(len=:), allocatable :: string_b call get_command_argument(2, length=clen) allocate(string_b(clen)) string_b = '' call get_command_argument(2, string_b) write(*,*) string_b deallocate(string_b)
  • Boost:Boost
    2 projects | /r/u_Pure-Ability-2363 | 19 Oct 2022
  • A Modern Fortran Scientific Programming Ecosystem
    4 projects | news.ycombinator.com | 13 Oct 2022
    If you need to clear memory in the local scope, you need to deallocate a variable explicitly. Otherwise, all Fortran variables are cleared automatically when they go out of scope. One exception are Fortran pointers (different from C pointers) which are discouraged unless really necessary. We have a discussion for a high-level wrapper for files here: https://github.com/fortran-lang/stdlib/issues/14. So, it's in scope we just haven't gotten far with the design and implementation.
  • "The State of Fortran" -- accepted for publication in Computing in Science and Engineering
    1 project | /r/fortran | 1 Apr 2022
    FYPP syntax is ugly, but is the best tool available for now to build the Fortran stdlib. People do not have to use the FYPP version of stdlib. There is also a clean post-processed version of the stdlib completely free of FYPP or any other FPP, which looks great: https://github.com/fortran-lang/stdlib/tree/stdlib-fpm
  • Cube-root and my dissent into madness
    1 project | /r/fortran | 8 Mar 2022
    What if we try to evaluate this using standard-compliant Fortran? Interestingly, this is an open issue in the fortran-lang/stdlib project. f90 real(8) function f(x) real(8) :: x f = x**(1d0/3d0) endfunction I know real(8) isn't standard compliant but fixing that for this tiny example would be a headache. Then, compiling with -O3 gets us f_: movsd xmm1, QWORD PTR .LC0[rip] movsd xmm0, QWORD PTR [rdi] jmp pow .LC0: .long 1431655765 .long 1070945621
  • Learning Functional programming. Which languages to learn.
    1 project | /r/functionalprogramming | 25 Sep 2021
    learn Fortran (supports both FP and OO, but when we say Fortran we think FP mostly). And the best way to learn is contributing. You can checkout their GitHub org (Fortran-lang) and you might be astonished to see that you too can make contributions there. But you should be ready to learn and search things on your own as well. They have a discourse group too, if you get stuck somewhere. Good luck. At the moment of writing this post they have a good first issue (Greatest Common Divisor) on their stdlib repo.
  • Fortran Web Framework
    2 projects | news.ycombinator.com | 13 Sep 2021
    I recently started learning Fortran for a lark. It reminds me a lot of R, in some respects. It's clearly a very, very good language for doing the parts of one's job that are very math-centric. But it's equally underwhelming as a general purpose programming language.

    Largely, I think, due to gaps in the library ecosystem. But there are other challenges. You can see from the install instructions on the linked page, for example, that Fortran still lacks a package manager.

    What's interesting, though, is that that's changing. There are currently serious efforts to give it a "standard" library (https://github.com/fortran-lang/stdlib) and package manager (https://github.com/fortran-lang/fpm).

    And I've been watching the new LFortran compiler (https://lfortran.org) with extreme interest.

Boost

Posts with mentions or reviews of Boost. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-08.
  • The Future of Boost by Vinnie Falco
    5 projects | /r/cpp | 8 May 2023
    git clone https://github.com/boostorg/boost.git -b ${{ inputs.branch }} "${{ inputs.boost-dir }}" --depth 1 git submodule update --depth 1 -q --init tools/boostdep python tools/boostdep/depinst/depinst.py --include library_i_want"
  • Boost – a new open-source desktop app for managing Spring Boot microservices
    4 projects | news.ycombinator.com | 19 Apr 2023
    Any thoughts on why it has exactly the same name as a popular source available project that's been around since the 1990s?

    earliest archive: https://web.archive.org/web/19991011120524/http://www.boost....

    latest commit (today): https://github.com/boostorg/boost/commit/7727baea944c6365301...

    naming in 2023: "The Boost project provides free peer-reviewed portable C++ source libraries"

    naming in 1999: "The Boost web site provides a repository for free C++ libraries"

  • Introducing Boost - a new open source desktop app for managing Spring Boot microservices
    2 projects | /r/opensource | 18 Apr 2023
    Hmm...
  • Boost with RPMs
    1 project | /r/cpp | 30 Jan 2023
    include(FetchContent) FetchContent_Declare(boost URL https://github.com/boostorg/boost/releases/download/boost-1.81.0/boost-1.81.0.tar.xz ) FetchContent_MakeAvailable(boost) ...
  • Boost:Boost
    2 projects | /r/u_Pure-Ability-2363 | 19 Oct 2022
  • Boost v1.79.0 released
    5 projects | /r/cpp | 13 Apr 2022
    set(BOOST_INCLUDE_LIBRARIES system thread) # enabled libraries set(BOOST_ENABLE_CMAKE ON) # CMake support FetchContent_Declare(boost GIT_REPOSITORY https://github.com/boostorg/boost.git ...
  • Easy to use, fast, git sourced based, statically linked C/C++ package manager.
    6 projects | /r/cpp | 22 Oct 2021
    In fact, boost has cmake files now — pretty recent addition and I haven’t got around to testing, but no reason to think it doesn’t work. https://github.com/boostorg/boost. Also, boost is getting more modular with every release — more and more libraries can be pulled independently with mostly only depending on boost.core. Asio has been like this forever, but Boost.math is a recent example to the bandwagon. You can find an independent release package for math on GitHub now.
  • Is there a uniform boost release download url?
    1 project | /r/cpp | 9 Aug 2021
    Do you build boost from sources? If so, maybe get the tar balls from their Github repository?

What are some alternatives?

When comparing stdlib and Boost you can also consider the following projects:

Fortran-code-on-GitHub - Directory of Fortran codes on GitHub, arranged by topic

abseil-cpp - Abseil Common Libraries (C++)

fpm - Fortran Package Manager (fpm)

Folly - An open-source C++ library developed and used at Facebook.

MYSTRAN - MYSTRAN is a general purpose finite element analysis solver

Qt - Qt Base (Core, Gui, Widgets, Network, ...)

fortran-lang.org - (deprecated) Fortran website

Dlib - A toolkit for making real world machine learning and data analysis applications in C++

neural-fortran - A parallel framework for deep learning

JUCE - JUCE is an open-source cross-platform C++ application framework for desktop and mobile applications, including VST, VST3, AU, AUv3, LV2 and AAX audio plug-ins.

pyplot-fortran - For generating plots from Fortran using Python's matplotlib.pyplot 📈

EASTL - Obsolete repo, please go to: https://github.com/electronicarts/EASTL