Skip to content
#

dht

Here are 331 public repositories matching this topic...

lbry-sdk
ghost
ghost commented Jun 18, 2017

I think it would be helpful in the "Use" section to add how long it takes an average user to get a result.

I have it taking down about 120KiB/s which is not a ton but also have zero results after 20 minutes.

It would be a helpful guideline so people know when it's time to report errors.

Just for curiousity it would be interesting to know the bandwidth to result ratio. I bet nobody has th

pdaoust
pdaoust commented Apr 10, 2020

Steps to reproduce:

  1. hc init my-dna
  2. cd my-dna
  3. hc generate zomes/kebab-case
  4. hc package

Output:

> CARGO_TARGET_DIR=${CARGO_TARGET_DIR:-/tmp/my_first_app/target} && echo $CARGO_TARGET_DIR 
"CARGO_TARGET_DIR=${CARGO_TARGET_DIR:-/tmp/my_first_app/target} && echo $CARGO_TARGET_DIR "
/home/paul/target
> CARGO_TARGET_DIR=${CARGO_TARGET_DIR:-/tmp/my_first_app/target} 
jagerman
jagerman commented Jan 14, 2020

Currently lokinet uses llarp_time_t (which is milliseconds) everywhere for times. Part of the justification was that it makes serialization easier, but conversely it makes other parts of the code a bit more complicated.

It would be nice to refactor so that std::chrono duration types get used instead (for compiler-defined duration cast math), being mindful of the existing serialization requir

Improve this page

Add a description, image, and links to the dht topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the dht topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.