-
Updated
Mar 3, 2021 - Java
high-performance
Here are 710 public repositories matching this topic...
-
Updated
Mar 4, 2021 - Java
In https://doc.akka.io/docs/akka/current/coordination.html#usages-in-other-akka-modules, leases are presented as being useful for singletons and sharding. The list should include SBR.
-
Updated
Feb 7, 2021 - PHP
Tars Gateway使用场景
What language are you using?
php
What operating system (Linux, Ubuntu, …) and version?
Linux centos 7
What runtime / compiler are you using (e.g. jdk version or version of gcc)
Make sure you include information that can help us debug (full error message, exception listing, stack trace, logs).
能否作为外部调用内部http服务网关,使用网关如何实现修改头信息,token验证等。
同时发布一个服务的多个节点的实现问题
-
Updated
Feb 19, 2021 - Python
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
-
Updated
Feb 13, 2021 - Erlang
Broken README links
Links to all modules are broken because of renaming
Version:
- v2.x.x
- v1.x.x
Issue type:
- Bug
- Proposal/Enhancement
- Question
- Discussion
-
Updated
Feb 26, 2021 - C
-
Updated
Mar 4, 2021 - Go
Extending the work in yugabyte/yugabyte-db#6772, it'll be helpful to also show in the http://yb-master:7000/tablet-server-clocks view, for each yb-tserver, the RTT time between the yb-tserver and yb-master leader.
This will give a quick indication of how geographically dispersed the nodes in the system are.
-
Updated
Mar 5, 2021 - C#
-
Updated
Feb 26, 2021 - Python
-
Updated
Mar 5, 2021 - Python
-
Updated
Mar 4, 2021 - Rust
-
Updated
Jan 31, 2021 - C
-
Updated
Feb 14, 2021 - Go
As far as I know, TarsGo supports registering client filter with tars.RegisterClientFilter() method.
And if you have multiple client filter, you may have to use tars.RegisterPreClientFilter and tars.RegisterPostClientFilter.
However, I don't want to split any of them to one pre filter and one post filter when I register multiple client filters.
For example, I register client breaker
-
Updated
Jan 22, 2021 - C
-
Updated
Feb 8, 2021 - C++
Heston model has accurate density approximations for European option prices, which are of interest.
The module implementing this method should live under tf_quant_finance/volatility/heston_approximation.py. It should support both European option puts and calls approximations. Tests should be in heston_approximation_test.py in the same folder.
-
Updated
Feb 23, 2021 - Java
-
Updated
Mar 3, 2021 - C
-
Updated
Mar 3, 2021 - C#
-
Updated
Jan 18, 2021 - Go
Currently we have a mix of:
Out of memory error.Out of memory errorout of memory errorout of memoryout of memory.out of memory [some context]
All these should be adjusted to use the same wording for consistency and it should also make the executable a little bit smaller
-
Updated
Jan 17, 2021 - 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."
Describe the solution you'd like
It'd be nice to actually apply the security framework when building.
Describe alternatives you've considered
Ignoring security problems won't help.