pg_snowflake - extension for creating customisable snowflake ID types
pg_snowflake - extension for creating customisable snowflake ID types
pg_snowflake - extension for creating customisable snowflake ID types
pg_worker_pool: extension creating a pool of background workers
I used hyperfine CLI tool to measure startup and shutdown times of several code interpreters
The performance cost of pl/pgsql exception block in Postgres
histat - a simple history stats
I can actually define this in TCL:
% proc ifn't {cond cmds} {if {!$cond} {uplevel $cmds}} % ifn't false {puts 12} 12 % ifn't true {puts 12} %