The Wayback Machine - https://web.archive.org/web/20210605105723/https://github.com/topics/high-performance
Skip to content
#

high-performance

Here are 747 public repositories matching this topic...

akka
dangesong
dangesong commented Oct 15, 2020

What language are you using?

C++

What operating system (Linux, Ubuntu, …) and version?

Linux

What runtime / compiler are you using (e.g. jdk version or version of gcc)

4.8.5

Make sure you include information that can help us debug (full error message, exception listing, stack trace, logs).
tars的发布流程:tarsweb上传安装包 -> tarsAdminRegistry开始发布 -> tarspatch 从/usr/local/app/p

Davidde94
Davidde94 commented Jun 3, 2021

There are some instances, particularly in tests, where it would be really useful to provide a clean API for comparing a ByteBuffer and an expected array of bytes.

Current method

XCTAssert(buffer.readableBytesView == ByteBufferView([0x05, 0x00]))
XCTAssert(buffer == ByteBuffer(bytes: [0x05, 0x00]))

I think we should provide a shorthand convenience, e.g.

XCTAsser
yugabyte-db
edward-golang
edward-golang commented Nov 25, 2020

我按照pb2tarsgo的教程使用时,报下面的错误,请问怎么处理?
[root@localhost proto]# protoc --go_out=plugins=tarsrpc:. helloworld.proto
WARNING: Package "github.com/golang/protobuf/protoc-gen-go/generator" is deprecated.
A future release of golang/protobuf will delete this package,
which has long been excluded from the compatibility promise.

2020/11/24 21:38:40 WARNING: Missing 'go_package' option in

haproxy

Improve this page

Add a description, image, and links to the high-performance topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the high-performance topic, visit your repo's landing page and select "manage topics."

Learn more