Skip to content

Instantly share code, notes, and snippets.

View threadedstream's full-sized avatar
💭
procrastinating

Ildarov Gazimagomed threadedstream

💭
procrastinating
  • Integalactic Pwner Republic
View GitHub Profile
@threadedstream
threadedstream / clickpgpools.go
Created March 13, 2024 20:03
Comparison of clickhouse and pgx poolers.
package main
import (
"context"
"fmt"
"log"
"sync"
"github.com/ClickHouse/clickhouse-go/v2"
"github.com/google/uuid"
package main
import (
"sync"
"sync/atomic"
)
var (
sharedRes = 0
count = 0
package tinkoff
import(
"time"
"context"
"encoding/json"
"encoding/base64"
"bytes"
."github.com/medods/online_payments_service/structs"
."github.com/medods/online_payments_service/configuration"