Skip to content
View zacharyarnaise's full-sized avatar
🦀
🦀
  • /dev/null, France
  • 23:21 (UTC +01:00)

Organizations

@NixOS

Block or report zacharyarnaise

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. heim heim Public

    My NixOS and home-manager configurations

    Nix 4

  2. xxhashct xxhashct Public

    Forked from ekpyron/xxhashct

    Compile time implementation of the xxHash algorithm as C++11 constexpr expression.

    C++

  3. PostgreSQL: index stats PostgreSQL: index stats
    1
    SELECT
    2
     psui.relname AS table_name,
    3
     pg_size_pretty(pg_relation_size(psui.relid)) AS table_size,
    4
     psui.indexrelname AS index_name,
    5
     psui.idx_scan AS index_scans_count,