-
-
Notifications
You must be signed in to change notification settings - Fork 112
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Obsidian Version 8.0 #77
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Co-authored-by: David Norman <120237773+DavidMNorman@users.noreply.github.com> Co-authored-by: David Kim <david.toyou.kim@gmail.com> Co-authored-by: Eileen Cho <109772371+exlxxn@users.noreply.github.com> Co-authored-by: Joan Manto <120276510+JoanManto@users.noreply.github.com>
Create WLRU and SLRU structures / methods Create Frequency Sketch frame. Co-authored-by: David Norman <120237773+DavidMNorman@users.noreply.github.com> Co-authored-by: David Kim <david.toyou.kim@gmail.com> Co-authored-by: Eileen Cho <109772371+exlxxn@users.noreply.github.com> Co-authored-by: Joan Manto <120276510+JoanManto@users.noreply.github.com>
Fix SLRU/LRU methods for protected eviction retention, Create WTLFU frame Co-authored-by: David Kim <david.toyou.kim@gmail.com> Co-authored-by: Eileen Cho <109772371+exlxxn@users.noreply.github.com> Co-authored-by: Joan Manto <120276510+JoanManto@users.noreply.github.com>
David/w-tinylfu
Update read/write for w-tinyLFU update file structure for the w-tinyLFU cache Finish first build of Frequency Sketch Co-authored-by: David Norman <120237773+DavidMNorman@users.noreply.github.com> Co-authored-by: David Kim <david.toyou.kim@gmail.com> Co-authored-by: Eileen Cho <109772371+exlxxn@users.noreply.github.com> Co-authored-by: Joan Manto <120276510+JoanManto@users.noreply.github.com>
refactor Frequency Sketch, begin TS refactor for WTLFU Co-authored-by: David Norman <120237773+DavidMNorman@users.noreply.github.com> Co-authored-by: David Kim <david.toyou.kim@gmail.com> Co-authored-by: Eileen Cho <109772371+exlxxn@users.noreply.github.com> Co-authored-by: Joan Manto <120276510+JoanManto@users.noreply.github.com>
David/w tinylfu
Co-authored-by: David Norman <120237773+DavidMNorman@users.noreply.github.com> Co-authored-by: David Kim <david.toyou.kim@gmail.com> Co-authored-by: Eileen Cho <109772371+exlxxn@users.noreply.github.com> Co-authored-by: Joan Manto <120276510+JoanManto@users.noreply.github.com>
added and fixed code in Obsidian Wrapper
Co-authored-by: David Norman <120237773+DavidMNorman@users.noreply.github.com> Co-authored-by: David Kim <david.toyou.kim@gmail.com> Co-authored-by: Eileen Cho <109772371+exlxxn@users.noreply.github.com> Co-authored-by: Joan Manto <120276510+JoanManto@users.noreply.github.com>
Co-authored-by: David Norman <120237773+DavidMNorman@users.noreply.github.com> Co-authored-by: David Kim <david.toyou.kim@gmail.com> Co-authored-by: Eileen Cho <109772371+exlxxn@users.noreply.github.com> Co-authored-by: Joan Manto <120276510+JoanManto@users.noreply.github.com>
Debug cache evictions, Debug cache put methods debug frequency sketch incrementation, initilization, freq checking. Co-authored-by: David Norman <120237773+DavidMNorman@users.noreply.github.com> Co-authored-by: David Kim <david.toyou.kim@gmail.com> Co-authored-by: Eileen Cho <109772371+exlxxn@users.noreply.github.com> Co-authored-by: Joan Manto <120276510+JoanManto@users.noreply.github.com>
David/w tinylfu
added logic to respond to request for algo/capacity from content.js
Co-authored-by: David Norman <120237773+DavidMNorman@users.noreply.github.com> Co-authored-by: David Kim <david.toyou.kim@gmail.com> Co-authored-by: Eileen Cho <109772371+exlxxn@users.noreply.github.com> Co-authored-by: Joan Manto <120276510+JoanManto@users.noreply.github.com>
Co-authored-by: David Norman <120237773+DavidMNorman@users.noreply.github.com> Co-authored-by: David Kim <david.toyou.kim@gmail.com> Co-authored-by: Eileen Cho <109772371+exlxxn@users.noreply.github.com> Co-authored-by: Joan Manto <120276510+JoanManto@users.noreply.github.com>
wTinyLFU Bugfixes
Co-authored-by: David Norman <120237773+DavidMNorman@users.noreply.github.com> Co-authored-by: David Kim <david.toyou.kim@gmail.com> Co-authored-by: Eileen Cho <109772371+exlxxn@users.noreply.github.com> Co-authored-by: Joan Manto <120276510+JoanManto@users.noreply.github.com>
Co-authored-by: David Norman <120237773+DavidMNorman@users.noreply.github.com> Co-authored-by: David Kim <david.toyou.kim@gmail.com> Co-authored-by: Eileen Cho <109772371+exlxxn@users.noreply.github.com> Co-authored-by: Joan Manto <120276510+JoanManto@users.noreply.github.com>
Add searchTerms options to w-tinyLFU
Co-authored-by: David Norman <120237773+DavidMNorman@users.noreply.github.com> Co-authored-by: David Kim <david.toyou.kim@gmail.com> Co-authored-by: Eileen Cho <109772371+exlxxn@users.noreply.github.com> Co-authored-by: Joan Manto <120276510+JoanManto@users.noreply.github.com>
Co-authored-by: David Norman <120237773+DavidMNorman@users.noreply.github.com> Co-authored-by: David Kim <david.toyou.kim@gmail.com> Co-authored-by: Eileen Cho <109772371+exlxxn@users.noreply.github.com> Co-authored-by: Joan Manto <120276510+JoanManto@users.noreply.github.com>
added functionality for persistent queries, refactored ObsidianRouter
Co-authored-by: David Norman <120237773+DavidMNorman@users.noreply.github.com> Co-authored-by: David Kim <david.toyou.kim@gmail.com> Co-authored-by: Eileen Cho <109772371+exlxxn@users.noreply.github.com> Co-authored-by: Joan Manto <120276510+JoanManto@users.noreply.github.com>
Co-authored-by: David Norman <120237773+DavidMNorman@users.noreply.github.com> Co-authored-by: David Kim <david.toyou.kim@gmail.com> Co-authored-by: Eileen Cho <109772371+exlxxn@users.noreply.github.com> Co-authored-by: Joan Manto <120276510+JoanManto@users.noreply.github.com>
Co-authored-by: David Norman <120237773+DavidMNorman@users.noreply.github.com> Co-authored-by: David Kim <david.toyou.kim@gmail.com> Co-authored-by: Eileen Cho <109772371+exlxxn@users.noreply.github.com> Co-authored-by: Joan Manto <120276510+JoanManto@users.noreply.github.com>
Cache setting
… router to access queryStr where necessary Co-authored-by: David Norman <120237773+DavidMNorman@users.noreply.github.com> Co-authored-by: David Kim <david.toyou.kim@gmail.com> Co-authored-by: Eileen Cho <109772371+exlxxn@users.noreply.github.com> Co-authored-by: Joan Manto <120276510+JoanManto@users.noreply.github.com>
Persistent wrapper
…rite, createqueryKey, constructor), refactored Obsidian.ts, refactore normalize.ts Co-authored-by: David Norman <120237773+DavidMNorman@users.noreply.github.com> Co-authored-by: David Kim <david.toyou.kim@gmail.com> Co-authored-by: Eileen Cho <109772371+exlxxn@users.noreply.github.com> Co-authored-by: Joan Manto <120276510+JoanManto@users.noreply.github.com>
refactored cache initialization, refactored cache class (e.g. read, w…
Co-authored-by: David Norman <120237773+DavidMNorman@users.noreply.github.com> Co-authored-by: David Kim <david.toyou.kim@gmail.com> Co-authored-by: Eileen Cho <109772371+exlxxn@users.noreply.github.com> Co-authored-by: Joan Manto <120276510+JoanManto@users.noreply.github.com>
fixed typos
…normalize.ts, ObsidianWrapper.jsx Co-authored-by: David Norman <120237773+DavidMNorman@users.noreply.github.com> Co-authored-by: David Kim <david.toyou.kim@gmail.com> Co-authored-by: Eileen Cho <109772371+exlxxn@users.noreply.github.com> Co-authored-by: Joan Manto <120276510+JoanManto@users.noreply.github.com>
clean up console.logs from Obsidian.ts, queryHash.js, quickCache.js, …
Co-authored-by: David Norman <120237773+DavidMNorman@users.noreply.github.com> Co-authored-by: David Kim <david.toyou.kim@gmail.com> Co-authored-by: Eileen Cho <109772371+exlxxn@users.noreply.github.com> Co-authored-by: Joan Manto <120276510+JoanManto@users.noreply.github.com>
Clean code, remove console logs, add comments, remove vestigial files
Co-authored-by: David Norman <120237773+DavidMNorman@users.noreply.github.com> Co-authored-by: David Kim <david.toyou.kim@gmail.com> Co-authored-by: Eileen Cho <109772371+exlxxn@users.noreply.github.com> Co-authored-by: Joan Manto <120276510+JoanManto@users.noreply.github.com>
…ated the readme for links to demo and devtool Co-authored-by: David Norman <120237773+DavidMNorman@users.noreply.github.com> Co-authored-by: David Kim <david.toyou.kim@gmail.com> Co-authored-by: Eileen Cho <109772371+exlxxn@users.noreply.github.com> Co-authored-by: Joan Manto <120276510+JoanManto@users.noreply.github.com>
added all versions of new logo and banner to repo for future use, upd…
Co-authored-by: David Norman <120237773+DavidMNorman@users.noreply.github.com> Co-authored-by: David Kim <david.toyou.kim@gmail.com> Co-authored-by: Eileen Cho <109772371+exlxxn@users.noreply.github.com> Co-authored-by: Joan Manto <120276510+JoanManto@users.noreply.github.com>
Tests & bugfix
Co-authored-by: David Norman <120237773+DavidMNorman@users.noreply.github.com> Co-authored-by: David Kim <david.toyou.kim@gmail.com> Co-authored-by: Eileen Cho <109772371+exlxxn@users.noreply.github.com> Co-authored-by: Joan Manto <120276510+JoanManto@users.noreply.github.com>
Readme Fixes
Co-authored-by: David Norman <120237773+DavidMNorman@users.noreply.github.com> Co-authored-by: David Kim <david.toyou.kim@gmail.com> Co-authored-by: Eileen Cho <109772371+exlxxn@users.noreply.github.com> Co-authored-by: Joan Manto <120276510+JoanManto@users.noreply.github.com>
update readme
Co-authored-by: David Norman <120237773+DavidMNorman@users.noreply.github.com> Co-authored-by: David Kim <david.toyou.kim@gmail.com> Co-authored-by: Eileen Cho <109772371+exlxxn@users.noreply.github.com> Co-authored-by: Joan Manto <120276510+JoanManto@users.noreply.github.com>
Fix readme for setting up router
Final readme adjustment
Merge to main
JoanManto
approved these changes
Apr 12, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lgtm, great job!
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Checklist
Related Issue
Solution
Additional Info