Company overview
AlfaBit
Son ilan: Veri yok
- İlanlar
- 0
- Mülakatlar
- 1
- Sorular
- 12
- Görevler
- 0
Published in the selected period
İlanlar · 0
No vacancies were found for the selected period.
Published records
Mülakatlar · 1
Other direction
Mülakatlar · 1
Grouped by direction
Sorular ve görevler · 12
Other direction
Sorular · 10
Optimizasyon yapılması gereken GetFiles fonksiyon örneği. func GetFiles(ctx context.Context, isimler ...string) (sonuç haritası[string][]byte, hata error) { if len(isimler) == 0 { return nil, nil } var wg sync.WaitGroup wg.Add(len(isimler)) sonuç = make(map[string][]byte, len(isimler)) for _, isim := range isimler { context, _ := context.WithCancel(ctx) go func() { sonuç[isim], hata = GetFile(ctx, isim) if hata != nil { return nil, hata } }() } wg.Wait() return sonuç, nil }
Project Manager
Sorular · 2