high-performance
Here are 612 public repositories matching this topic...
The core documentation on how to make requests says to use xxxNow to make request from a client, but those methods are deprecated, e.g., getNow.
Hi all,
I recently migrate from Untyped actor to typed, but the Useful Test framework is not working anymore.
I cannot find any documentation of how to make works TestProbe
and TestActorRef
with Akka actor Typed
Regards
-
Updated
May 23, 2020 - PHP
在2.3 使用 tarscloud/framework 部署框架中
- 启动框架从节点
如果希望多节点部署, 则在不同机器上执行 docker run ...即可, 注意参数设置!
最新版本:
docker run -d \ --name=tars-framework-slave \ --net=tars \ -e MYSQL_HOST="172.25.0.2" \ -e MYSQL_ROOT_PASSWORD="123456" \ -e MYSQL_USER=root \ -e MYSQL_PORT=3306 \ -e REBUILD=false \ -e INET=eth0 \ -e
-
Updated
May 19, 2020 - Python
See http://blog.erlang.org/ssl-logging-in-otp-22/ for a full description.
One could enable debug logging in Cowboy to see all the packets transmitted and what Cowboy thinks of them, something like that. Could make some client issues obvious in particular.
ByteBufferView
is a Collection
of UInt8
which "views" into a ByteBuffer
. Right now, we basically only implement the subscript
which vends individual bytes. That's good enough to implement Collection
/Sequence
(and a bunch of more specialised sub-protocols) but it's not very fast at all.
Especially methods like firstIndex(of:)
or firstIndex(where:)
will be very slow because it'l
I see the "Welcome" doc page mentions "component system", but it is very vague. Can you describe what are all the reasons that I'd want to use Whitestorm over plain Three.js, f.e. what are all the things I get that Three.js does no offer, so that I can better understand?
Thanks!
-
Updated
May 24, 2020 - C#
Description
I'd like to be able to use negative lookaheads within the topic blacklist regex.
I looked into the librdkafka source, and it seems the header-only regex library that is bundled (from https://github.com/ccxvii/minilibs ) supports negative lookaheads (see [0]) , but during the build process, librdkafka first checks if libc's regex support exists and uses that instead of t
In the documentation for connect()
function, parameter server_settings has the following description:
An optional dict of server runtime parameters. Refer to PostgreSQL documentation for a list of supported options.
The link in the description returns erro
This list could grow large, if doing restore frequently.
No snapshots
Restoration UUID State
ada72c63-b760-4fea-8a8a-78ea24a424d7 RESTORED
- EdgeDB Version:
1.0-alpha.3+dev.69.g4f0eef61.d20200222
Initially I wanted to comment on #1134, but I found a few more bad errors and decided to create a separate issue that can be used for tracking bad error messages.
Steps to reproduce:
| operation | good |
-
Updated
May 25, 2020 - Rust
-
Updated
May 11, 2020 - C
-
Updated
May 25, 2020 - Go
Hello, I'm so sorry, but I'm really interested in this library, but I don't quite understand from the diagrams what is going on.
Do you think we can work together to improve the documentation? My naivety might help to improve the documentation as I can point out what I don't understand and perhaps make a PR with improved documentation.
In the first instance, I don't understand how this diffe
-
Updated
May 25, 2020 - Go
vcpkg install evpp 成功后。
Cmake中使用 find_package(evpp REQUIRED) 报错。
glog等库也是通过vcpkg安装的,可以使用find_package(glog REQUIRED)正常使用。
报错,信息如下:
PS C:\zhy\code\cpp_self\evpp_test\build> cmake -DCMAKE_TOOLCHAIN_FILE=C:/zhy/Lib/vcpkg/scripts/buildsystems/vcpkg.cmake
-G "Visual Studio 16 2019" -A Win32 ..
CMake Error at C:/zhy/Lib/vcpkg/scripts/buildsystems/vcpkg.cmake:266 (_find_package):
By not prov
Is your feature request related to a problem? Please describe.
When first installing and running tauri init, we should provide an input for a few of the major required settings specifically the path settings and app name. At the completion of the init script, we can note where these config options were stored to make it easier for the user to find them.
Additionally, we can add a `readme.m
Hi again,
a second issue I ran into is related to the userguide:
The example for Grouping on calculated columns regarding binning doesn't compile in v0.37.3 and apart from that doesn't lead to a reasonable result, as far as I see.
- Compilation isn't possible, as bin() returns a DoubleColumn (even if c
In varnishadm 6.1, documentation of timeout_idle says:
varnishadm param.show timeout_idle timeout_idle
Value is: 10.000 [seconds] Default is: 5.000 Minimum is: 0.000 Idle timeout for client connections. A connection is considered idle until we have received the full
-
Updated
Apr 28, 2020 - C#
-
Updated
May 25, 2020 - C
-
Updated
Apr 3, 2020 - Java
-
Updated
May 24, 2020 - Go
-
Updated
Apr 14, 2020 - C
Improve this page
Add a description, image, and links to the high-performance topic page so that developers can more easily learn about it.
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."
Hi,
looks like the metrics provider by Hikari has changed in recent version, yet the documentation in this project hasn't been updated since 2015, could you please update the documentation? Thanks!