You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
IPLD tuning
a. What hash function to use?
b. Should I use raw leaves?
c. Should I inline small blocks?
d. What chunking algorithm to use? (constant vs rabin)
IPFS tuning
a. What datastore to use? flatfs vs badgerds?
b. How should configure the datastore?
c. Should I use a DHT? (dhtclient, dht, none)
The text was updated successfully, but these errors were encountered:
a. Consume the API of an IPFS client?
b. Embed an IPFS daemon?
c. Use the IPFS components (
libp2p
,go-bitswap
/go-graphsync
) directly? GraphSync user can send a real query over a real network and receive a real response ipfs/go-graphsync#11a. What hash function to use?
b. Should I use raw leaves?
c. Should I inline small blocks?
d. What chunking algorithm to use? (constant vs rabin)
a. What datastore to use? flatfs vs badgerds?
b. How should configure the datastore?
c. Should I use a DHT? (
dhtclient
,dht
,none
)The text was updated successfully, but these errors were encountered: