high-performance
Here are 749 public repositories matching this topic...
-
Updated
Jun 6, 2021 - Java
-
Updated
Jun 19, 2021 - Java
ActorAdapter will ignore null message with "Adapter function returned null which is not valid as an .."
However, this seems not be documented. For instance, scaladoc/javadoc of pipeToSelf could mention it as well as any other place where adapters are used.
-
Updated
Jun 17, 2021 - PHP
同时发布一个服务的多个节点的实现问题
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
-
Updated
Apr 12, 2021 - Python
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-
Updated
May 29, 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
Jun 18, 2021 - Go
Community Slack user had a question regarding how to find the exact size of any table ycqlsh shell or tserver-UI.
Context - https://yugabyte-db.slack.com/archives/CG0KQF0GG/p1623851330364200
Here is where we stand today:
- No support for this through ycqlsh
- 2 types of support through the UI: (1) Per tablet server, which you can see on the tables tab of the tserver UI, but you’d have
-
Updated
Jun 17, 2021 - C
-
Updated
Jun 19, 2021 - Python
-
Updated
Jun 19, 2021 - C#
-
Updated
Jun 16, 2021 - Rust
-
Updated
Jun 19, 2021 - Python
-
Updated
Jun 18, 2021 - C
-
Updated
Jun 18, 2021 - Go
in .tars file, if I define a function that return bool, like this:
interface TestService{
bool process(string cmd);
};
The go source code generates by tars2go can't build successfully. The error is:
cannot use _funRet_ (type bool) as type int32 in argument to _os.Write_int32
-
Updated
Jan 22, 2021 - C
-
Updated
Jun 11, 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
Jun 1, 2021 - Java
-
Updated
Jun 19, 2021 - C
-
Updated
Jun 5, 2021 - Go
-
Updated
Jun 9, 2021 - C#
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.