Code Monkey home page Code Monkey logo

Comments (3)

lexansoft avatar lexansoft commented on September 28, 2024

It is organized as a hash, so the access to a particular domain is instant (it does not go through the whole list, but directly access the records) That means, no matter how many domains are registered, the access time will be the same.

The only timely operation is to list all the registered domains. The reason is access to the EVM memory is slow.

If you compare it to DNS, it is sort of the same. You can access any record fast, but if you want to list all the registered domains, it is a different story.

Someone can mirror the EtherID storage into some relational DB, to query fast. But then some synchronization background process should be implemented. It is all doable.

But the main usage is to control your domain, not to track what ID's other people change.

from etherid.org.

5chdn avatar 5chdn commented on September 28, 2024

Awesome thanks. I have to admit this is my favourite dapp right now, will keep a tab on it.

from etherid.org.

lexansoft avatar lexansoft commented on September 28, 2024

;) tx

Alexandre Naverniouk

On Thu, Jan 7, 2016 at 11:54 AM, Afri Schoedon [email protected]
wrote:

Awesome thanks. I have to admit this is my favourite dapp right now, will
keep a tab on it.


Reply to this email directly or view it on GitHub
#3 (comment)
.

from etherid.org.

Related Issues (16)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.