actor-framework / actor-framework/benchmarks

Add Go benchmark

Đang mở
#2 1 bình luận 0 reaction 0 người được giao Xem trên GitHub
idea
Ngôn ngữ chính
C++
Star
26
Fork
15
Chỉ số merge pull request
Không có pull request nào được merge trong 30 ngày

Mô tả

[Go](http://golang.org/) qualifies as another benchmark candidate: Goroutines are the equivalent of actors. They become non-blocking when used with buffered channels (though only until the buffer is full). Pattern matching occurs with the switch statement on a value read from a channel:

```
val := <- someChannel
switch val.(type) {
case int: // some code
case float32: // some code
}
```

Hướng dẫn đóng góp

Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này

Đánh giá

Issue này chưa được đánh giá.

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.