Search function weights

Discussion related to "Everything" 1.5 Alpha.
Post Reply
raccoon
Posts: 1017
Joined: Thu Oct 18, 2018 1:24 am

Search function weights

Post by raccoon »

I assume you have a table of all functions and their performance weights?

Can we see this table?
void
Developer
Posts: 16671
Joined: Fri Oct 16, 2009 11:31 pm

Re: Search function weights

Post by void »

Moved from Does the order of search term matter?

I don't have a list of search function weights.
Technically, search functions don't have weights.

Everything converts search functions to opcodes.
There can be many opcodes for a single search function. (there's nearly 700 opcodes)
Each opcode has a weight.

I will consider releasing the opcodes and weights.



There's 3 major weight groups.

1). Indexed properties (fast)
2). Meta data from disk (slow)
3). Content from disk (very slow)
Post Reply