Skip to content

Commit 18bd084

Browse files
committed
testing some performance optimizations
1 parent 6384d84 commit 18bd084

File tree

6 files changed

+1065
-118
lines changed

6 files changed

+1065
-118
lines changed

.npmignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,5 @@ src/
3131

3232
# Ignore other unnecessary files
3333
*.log
34+
config.json
35+
bfg.jar

src/Context.class.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ export class Context {
2121
ohlc4: [],
2222
};
2323
public cache: any = {};
24+
public taState: any = {}; // State for incremental TA calculations
2425
public useTACache = false;
2526

2627
public NA: any = NaN;

0 commit comments

Comments
 (0)