-
## Who is Using Apache Fury?
We sincerely thank everyone who uses and supports Apache Fury. Your input helps us improve Fury and foster a thriving community and ecosystem.
## Purpose of This Issue…
-
### Question
How does Fury perform in terms of speed and size when serializing and deserializing Java arrays?
-
### Question
public class FurySerializer implements Serializer {
/**
* fury配置
*/
private static final ThreadSafeFury fury = new FuryBuilder().withLanguage(Language.JAVA)
…
-
### Question
How much faster is Fury compared to Protobuf, and does the measurement include the time taken for Protobuf construction?
-
The primary repo for all containerlab releases now contains an rc release:
```
curl -s https://netdevops.fury.site/yum/repodata/primary.xml | grep -e "-rc"
```
Is this intentional?
-
for unity game development
-
I see its not being track, would it be a possible addition?
-
### Feature Request
Chunk by chunk predictive map serialization protocol can be 2x faster than current one in pyfury. we should implement this new protocol.
See #925 for more details
### …
-
```
public class FlatStorage implements Serializable {
private MemoryBuffer buf;
private Map featureMetadata;
public FlatStorage(int bufferSize) {
this.buf = MemoryUt…
-
Built the library ... Pytorch 1.13.1
/mnt/d/srcs/pytorch_dlprim$ python3 mnist.py --device ocl:0
Traceback (most recent call last):
File "/mnt/d/srcs/pytorch_dlprim/mnist.py", line 164, in
…