-
Notifications
You must be signed in to change notification settings - Fork 3
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
Search on the cheap #1
Comments
If |
Cool. Yes, distributing the Pft that way is definitely the end goal. Right now I have broken freeze (in that it does not use a zip file, and Pft is a directory) in order to work on indexing and faster result retrieval. But: soon! |
Getting much closer. I have partial loading of values and FTS terms now implemented. Next step is to put things back into a zip file, which will mean re-asyncifying some interfaces I synced for simplicity while developing. Not reasonable for inclusion tomorrow, but possibly next Thursday. |
OK. Ready for some alpha testing. Who should I tap? Obviously the npm-nauts are all pretty busy, so should I ask around on Twitter or ...? |
Twitter, #npm on freenode, the io.js Gitter all seem like good places to canvass for testers. And yes, I am sorry I can't poke at this more directly, but my level of busyness is such that I basically have to mostly ignore my notifications for another couple weeks. |
Those are good tips. I will give them a try. First I want to implement completion over registry packages , then I'll ask again. I've had a reasonable number of downloads so far , I'm pretty pleased. Remember that you're planning to (not work) more. On Fri, Jan 30, 2015 at 5:34 PM, Forrest L Norvell
|
I remember that I said that, yes. ;) |
/cc @othiym23
Opening a PR against
npm
is premature because I still have work to do on this. Ideally the modulenpm-kludge-search
would go away, parts being absorbed intonpm
and anything that doesn't need to go intonpm
would go topurefts
or another module.You can test out my claims and see the terrible code that backs them, though.
Building and distributing the
npmdb.pft
file - my suggestion would be to build nightly and have it timeout after a week, distribute byrequest
based download. I would not expect to run the "populate" action on user machines.The text was updated successfully, but these errors were encountered: