DraganSr

web-links (blinks) web-log (blog) by Dragan Sretenovic

Sunday, April 10, 2022

Go generics: sorting => ASM

 Faster sorting with Go generics - Eli Bendersky's website

deep dive: 

interface vs generics in Go => benchmarking, comparing generated assembly code

code: code-for-blog/2022/genericsort at master · eliben/code-for-blog @GitHub



Dragan at 8:43 AM No comments:

Docker/Lambda postgress-client tools

Dockerfile/Dockerfile at master · jbergknoff/Dockerfile

FROM alpine:3.12 RUN apk --no-cache add postgresql-client ENTRYPOINT [ "psql" ]

jbergknoff/postgresql-client - Docker Image | Docker Hub

Executing Shell Commands with Node.js


New for AWS Lambda – Container Image Support | AWS News Blog


Backup a database using AWS Lambda container


jameshy/pgdump-aws-lambda: Lambda function for executing pg_dump and streaming the output to s3.


How to install psql on Mac, Ubuntu, Debian, Windows

https://formulae.brew.sh/formula/postgresql@11

brew install libpq
brew link --force libpq


One line if/else condition in linux shell scripting - Stack Overflow

if [ $maxline == "#SystemMaxUse=" ]; then apk --no-cache add postgresql-client; fi
Dragan at 6:00 AM No comments:
‹
›
Home
View web version

About Me

My photo
Dragan
View my complete profile
Powered by Blogger.