Live data from Hacker News

Viewing profile — adamansky

adamansky

HN member
Joined
Sun, Oct 28, 2012, 3:23 PM UTC
HN karma
262
Public activity
38 items

About adamansky

No profile information was provided.

Recent public activity

  1. story
    Show HN: Build system that lives in your project

    Hi everyone! I'd like to introduce Autark https://autark.dev This is a simple build system that lives entirely in your project and bootstraps itself before building the project its…

  2. story
  3. comment
    Comment #44699892

    Sure! Take a look on https://github.com/Softmotions/iwnet/blob/master/Autark this project depends on iowow and fetches it from github when building.

  4. comment
    Comment #44692739

    Hi! Build system itself only requires a C Compiler as dependency to work. So if you need a to compile a C++ project, C++ compiler is good to have.

  5. story
    Show HN: Autark – A self-contained build system for C/C++

    The Autark build system bootstraps itself directly from the project's source code, requiring only `sh` and a `C` compiler.

  6. story
  7. comment
    Comment #27490490

    Take a look on the ejdb2 https://ejdb.org

  8. story
  9. story
  10. comment
    Comment #16791726

    Yes. I suppose that probability to get such bad random distribution which makes SL search to be linear is similar to probability of moving all oxygen atoms to only one side of your…

  11. comment
    Comment #16791530

    Yes, b+trees are more performant for reading compared to skip-list because of better data locality on memory/disk. But SL better at insertion and sequential reads. 255 GB is a simp…

  12. story
  13. story
  14. story
  15. story
  16. story
  17. story
  18. story
  19. story
  20. story
  21. story
  22. story
  23. story
  24. story
  25. story