JQJacob Quinninquinnj.hashnode.dev·May 16, 2022 · 5 min readStarting a new chapter: RelationalAISome of you may have seen one of my recent tweets that left a big question hanging in the air: Dude, what are you doing next?? I'm excited to announce today is my first official day working at RelationalAI! I've walked through a lot of the story here...00
JQJacob Quinninquinnj.hashnode.dev·Nov 6, 2021 · 14 min readInlineStrings.jl: Fun with Primitive Types and LLVM in JuliaOk, first post in a while. Sorry. Some of you know me; I come and go on the blogging front. Here's my latest attempt to restart blogging efforts, and insider tip: the more requests for blogposts, the more motivated I am to write! Oh man I'm excited t...00
JQJacob Quinninquinnj.hashnode.dev·Nov 14, 2020 · 3 min readPartition all the datas!It's been a while, but I wanted to put up a quick post around some new functionality in the Tables.jl package; as of the v1.1 release, a new function [Tables.partitions](https://juliadata.github.io/Tables.jl/stable/#Tables.partitions) has been introd...00
JQJacob Quinninquinnj.hashnode.dev·Jun 7, 2020 · 5 min readData Structure Design in CSV.jlI'm currently working through a refactor of CSV.jl internals and once again am faced with some tricky questions surrounding which data structures to use. In csv reading, like many things, there are trade-offs between performance/efficiency and conven...00
JQJacob Quinninquinnj.hashnode.dev·Feb 12, 2020 · 3 min readTables.jl 1.0 ReleaseSince its inception on a couple of whiteboards at JuliaCon 2018 in London, the Tables.jl package has grown to become a foundational set of interfaces for data packages in Julia, even accumulating 74 direct dependencies in the General registry as of t...00