-
this is white box testing
-
# Background
Currently, the `System.IO.Pipelines` package only allows for pipelines that operate on raw bytes. With some trickery and the usage of `MemoryMarshal` et.al., the usage of Pipelines can…
-
In current implementation it seems impossible to create MonoMemoryPool and provide the prefab to use for the new object (like with PrefabResourceFactory or PrefabFactory).
Even when you are instantia…
-
I really miss move constructor and move assignment operator (they've been deleted). My code has something like this:
class my_class {
Moya::MemoryPool poo;
};
my_class create() {
my_cla…
-
Reproduce:
build without Java or Cassandra:
```
make -j 4 image=httpserver.fg
```
Run
```
./scripts/run.py --api
....
exception was caught for /jolokia/read/java.lang:type=Memory/HeapMemoryUsage/u…
tzach updated
10 years ago
-
I try to run following commnad:
beans -d java.lang:name=Code Cache,type=MemoryPool
Then I get:
#IllegalArgumentException: Domain java.lang:name=Code doesn't exist, check your spelling
It looks…
-
1、P58页
CheckpointedFunction虽然已经标记为废弃。----------我下载里面CheckpointedFunction类并没有标记为废弃,而是ListCheckpointed标记为废弃,不知道是否是我下的版本是之前的。
2、P60页
第五个小标题:5.RescalingPartitioner 没有这个类,应该是RescalePartitioner.下…
-
Consider the following test function:
```
def test_memory_pool():
import pyarrow as pa
pool = pa.logging_memory_pool(pa.default_memory_pool())
buf = pa.allocate_buffer(10, memory_po…
-
I tried to run FCN example on my P51s
```
roslaunch jsk_perception sample_fcn_object_segmentation.launch gpu:=0
```
and have following error. This error can be avoid by adding following code and I…
-
TLDR: How can I trigger static initialization of the arrow C++ library?
Context:
Using apache arrow in a c++ application running on large multi NUMA machines. The application does have its own hea…