Lightning Talk: A Fast, Concurrent Data Loader for Time-Series Data - Glenn Philen - CppCon 2023

Sdílet
Vložit
  • čas přidán 18. 05. 2024
  • cppcon.org/
    ---
    Lightning Talk: A Fast, Concurrent Data Loader for Time-Series Data - Glenn Philen - CppCon 2023
    github.com/CppCon/CppCon2023
    In this talk I briefly share the design of a high performance data loader used to iterating over time series data stored on disk across many individual files. The data loader aggregates data streams from different sources and of different kinds of data, orders it by timestamp, and feeds it to an offline test harness concurrently and without locking.
    ---
    Glenn Philen
    Today I work remotely for Invisible AI, a computer vision company, and study Computer Science at Georgia Tech. Prior to this I worked on computer vision projects at Carnegie Mellon and in finance.
    ---
    Videos Filmed & Edited by Bash Films: www.BashFilms.com
    CZcams Channel Managed by Digital Medium Ltd: events.digital-medium.co.uk
    ---
    Registration for CppCon: cppcon.org/registration/
    #cppcon #cppprogramming #cpp #dataloader
  • Věda a technologie

Komentáře • 2

  • @LiveseyMD
    @LiveseyMD Před měsícem

    Nice and short talk.
    The only comment is that in my opinion it isn't generally correct to use "design" word for class definition. But taking into account the purpose and length of this talk, it is fine and pretty acceptable.
    Thanks for sharing!

  • @goodvilhunting
    @goodvilhunting Před měsícem +1

    std::SPSCQueue?