My Blog.

Home

Publish your Obsidian Notes with a highly customizable Next.JS blog starter template. Features:

  • Supports most Obsidian syntax (e.g. Link Previews, Links, etc.). Uses obsidian-export.
  • URLs are based on folder structure
  • Backlinks can be added outside of the markdown files (using the PreviewLink component)
  • Full-text search

pretty cool no?

Exploration of Ultralarge Compound Collections for Drug Discovery

Interpretation of Structure−Activity Relationships in Real-World Drug Design Data Sets Using Explainable Artificial Intelligence

Storage and RetrievalStorage and RetrievalThe index tradeoff If we don't index database entries, then we have excellent write operation performance, because we only have to write a key-value pair. However, on reading a specific file, we have poor performance since we need to search for the key in the entire database which takes O(n) time, where n is the number of keys we have in the database. Adding an index abstraction layer reduces performance of writes because we always have to update the index values when writing new data, but it i