research

Results 11 comments of research

@chaokunyang Oh, I see. How does Fury perform with arrays? I want to replace MemoryBuffer with arrays.

Compared to Protobuf, the speed of serialization and deserialization as well as the compression ratio.

Does it support recommendation scenarios? Our features are column features. Below is our code: ` def _run_epoch(self, epoch: int, dataloader: DataLoader, train: bool = True): for _iter, (features, labels) in...