Ask HN: How to Get Started with Julia?

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

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
  • Automa.jl

    A julia code generator for regular expressions

  • I'm not in bioinformatics and don't do string processing, so I can't really help too much here.

    I'd really urge you to come ask this on the julia Discourse Forum or Zulip and I promise you'll get high quality useful responses from people who understand your needs better than I.

    > How do I find substrings & replace them efficiently? How do you split a string with delimiters? Regular Expressions?

    This is something that the BioJulia people have put a lot of work into. Yes, you can use regular expressions, but they've managed to squeeze a lot of performance out of more specialized approaches, e.g.

    https://github.com/BioJulia/Automa.jl

    https://github.com/jakobnissen/ScanByte.jl

    But for more straightforward usage, julia has the `findfirst` function which can search for occurrences of a substring, `replace` which can do replacements either with a literal pattern or a regex, and `split` which can split a string with delimiters.

  • 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.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • A compiled-away, type-safe, readable RegExp alternative

    1 project | news.ycombinator.com | 6 Apr 2024
  • A rudimentary simulation of the three-body problem

    5 projects | news.ycombinator.com | 2 Apr 2024
  • The Elements of Differentiable Programming

    5 projects | news.ycombinator.com | 22 Mar 2024
  • The programming languages I learned in my Quantum Computing job

    1 project | dev.to | 15 Mar 2024
  • JuliaMono – a monospaced font for scientific and technical computing

    1 project | news.ycombinator.com | 1 Mar 2024