←back to thread

V8 Garbage Collector

(wingolog.org)
104 points swah | 1 comments | | HN request time: 0s | source
Show context
maartin0 ◴[] No.45925776[source]
What does FTE stand for?:

> From what I can tell, there have been about 4 FTE from Google over this period

replies(4): >>45925797 #>>45926324 #>>45926654 #>>45926683 #
jlokier ◴[] No.45926683[source]
It stands for "Full Time Equivalent".

It's a measure of time spent working on something, to standardise comparisons of work capacity and acknowledge that it's not always full time, especially when aggregating the time from different people. One full time person = 1 FTE.

For example if you work 20 hours a week on project A and 20 hours on project B, then project A will count your contribution as 0.5 FTE while you're assigned to that project.

If you also have two other people working on it full timee, and a project manager working 1 day a week on it, then project A will count the contribution from all three of you as 2.7 FTE. (2.7 = 0.5 + 2 + 0.2).

replies(2): >>45926723 #>>45927600 #
1. layer8 ◴[] No.45926723{3}[source]
In the Google context, “FTE” actually stands for “Full-Time Employee”, as opposed to “TVC” = “Temp/Vendor/Contractor”.