You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-15Lines changed: 1 addition & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,9 +12,7 @@ PostgreSQL: 14+
12
12
13
13
### Current Status
14
14
15
-
Close to initial release.
16
-
17
-
It compiles, and is on track to match functionality of [PLV8](https://github.com/plv8/plv8).
15
+
Currently 1.0.0 alpha release.
18
16
19
17
Missing:
20
18
@@ -38,15 +36,3 @@ Building is meant to be easy, but not all platforms have been worked out as far
38
36
```
39
37
$ make install
40
38
```
41
-
42
-
## FAQ
43
-
44
-
Q. Is this a replacement for [PLV8](https://github.com/plv8/plv8)?
45
-
46
-
A. For general cases, no. PLJS is built to be compact and lightweight, as well as easy to build
47
-
and maintain. It uses [QuickJS](https://github.com/bellard/quickjs) as the Javascript engine
48
-
instead of using V8. This makes for a very lightweight build with a tradeoff for speed.
49
-
50
-
Q. How fast is it compared to [PLV8](https://github.com/plv8/plv8)?
51
-
52
-
A. We shall see, there will be tradeoffs, and before 1.0 release, any tradeoffs will be well documented. Help is always welcome when there is a specific use-case that can be distilled into a simple benchmark.
0 commit comments