TL;DR Serialization using runtime reflection is slow! Use reflection to generate faster serialization code when performance is needed. BenchmarkReflecti…
Read more
Showing posts from April, 2022Show all
The idea A while back I saw a youtube video of a guy who created a dropshipping website to sell custom socks with customers' dog pictures on them. D…
Read moreIn this final post of the mini-series toward hybrid storage, we are going to set up S3(minio), and Postgres and split the data between these 2 data source…
Read moreIn our previous post, we created a data source from Postgres DB, this post will address the S3 part for downloading data to CSV. S3 is one of the b…
Read more