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

high-performance

Here are 767 public repositories matching this topic...

tauri
feeddageek
feeddageek commented Aug 5, 2021

Is your feature request related to a problem? Please describe.
Despite my app targeting a recent ES version, I noticed that my bundle was full of shim and that a copyright notice from Microsoft was attached to it because of said shim.
The shims and copyright notices came from importing @tauri-apps/api because tooling/api/tsconfig.json do not have a target set and the default value is `"E

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

Lukasa
Lukasa commented Sep 24, 2020

If you want to work with a complete socket address type including port, we have a helper in SocketAddress. However, the moment you want to talk only about an IP address we force you to hold an in_addr or in_addr6 structure: hardly the friendliest versions of these data types.

We should provide a helpful wrapper IPAddress type that can be converted into those types as needed. This would

yugabyte-db
tedyu
tedyu commented Aug 6, 2021

Currently when yb-admin command is slightly misspelled, e.g. list_snapshot_schedule instead of list_snapshot_schedules, the user would be given the whole list of commands.

User experience can be improved by using the (partial) command as prefix.

If there is only one match, that match would be picked - we can ask the user to confirm the selection (or add option, say -accept-prefix-match which

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